diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4caec64..ecb4d14 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,10 +13,12 @@ jobs: run: npm ci - name: Build run: npm run build + - name: Format + run: npm run format + - name: Format Check + run: npm run fmtcheck - name: Test run: npm run test - - name: Format - run: npm run fmtcheck # - name: "check for uncommitted changes" # # Ensure no changes, but ignore node_modules dir since dev/fresh ci deps installed. # run: |