diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 74c7da3..46c57f2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,9 +16,9 @@ jobs: - name: Build run: npm run build - name: Test - run: npm run fmt + run: npm run test - name: Format - run: npm t + run: npm run fmt - name: "check for uncommitted changes" # Ensure no changes, but ignore node_modules dir since dev/fresh ci deps installed. run: |