From 15b3005a60fa3b63f77e008c9601562dec260701 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Sun, 20 Jun 2021 16:30:01 -0700 Subject: [PATCH] Don't look for Vue files in CI --- .github/workflows/test-suite.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yaml b/.github/workflows/test-suite.yaml index b495297..58fedc5 100644 --- a/.github/workflows/test-suite.yaml +++ b/.github/workflows/test-suite.yaml @@ -24,7 +24,7 @@ jobs: run: npm run production --verbose - name: Lint JavaScript Files - run: npx eslint app/resources/js/**/*.{js,vue} + run: npx eslint app/resources/js/**/*.js coding-standards: name: Coding Standards