From e8a848e993e8f72115f3283ffc794cf8fb1cc5e4 Mon Sep 17 00:00:00 2001 From: Joseph R Miles Date: Thu, 8 Jul 2021 15:15:25 -0700 Subject: [PATCH] :hammer: ci: added eslint to test workflow --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c02724..1205902 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: - run: npm ci - - run: npx eslint + - run: npx eslint . test: name: Run tests