From 907dc71ea6dc2f7efbb7b4d61992fe9b7e944591 Mon Sep 17 00:00:00 2001 From: koplo199 <85577251+koplo199@users.noreply.github.com> Date: Mon, 7 Nov 2022 20:17:14 +0000 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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)