diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c666171..a3936e6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,18 +11,16 @@ jobs: uses: actions/checkout@v3 - name: Install run: npm ci - - name: Format - run: npm run fmt - - name: Format Check - run: npm run fmtcheck - name: Build run: npm run build - 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: | # git diff --exit-code --stat -- . ':!node_modules' \ # || (echo "##[error] found changed files after build. please 'npm run build && npm run fmt'" \ # "and check in all changes" \ - # && exit 1) \ No newline at end of file + # && exit 1)