From 0121eaba8a3eb3a75f3b0ba2ab772a9cd402d565 Mon Sep 17 00:00:00 2001 From: koplo199 <85577251+koplo199@users.noreply.github.com> Date: Mon, 7 Nov 2022 17:09:53 +0100 Subject: [PATCH] Resolve conflicts --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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: |