diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 536950e4e..7389b7757 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -72,4 +72,4 @@ jobs: - name: 'Run ESLint' if: env.CHANGED_FILES != '' - run: yarn run eslint --ignore-path .gitignore --max-warnings 0 -- $CHANGED_FILES \ No newline at end of file + run: yarn run eslint --ignore-path .gitignore --max-warnings 0 $CHANGED_FILES \ No newline at end of file