From e7bba17971d1386d5e7ec21543d55604c1b421d6 Mon Sep 17 00:00:00 2001 From: softprops Date: Sun, 5 Jan 2020 17:05:16 -0500 Subject: [PATCH] consistent --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |