diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 217db5c..46239cd 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -1,5 +1,5 @@ name: Linter -on: push +on: [push, pull_request] jobs: eslint: name: ESLint @@ -10,4 +10,4 @@ jobs: - name: Install modules run: yarn - name: Lint - run: yarn lint \ No newline at end of file + run: yarn lint