Skip to content

revert: "feat: config prettier and format" #31

revert: "feat: config prettier and format"

revert: "feat: config prettier and format" #31

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions:
actions: read
contents: read
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build with nx
run: npm run build
env:
NX_DISABLE_DB: true