diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 8f8405e..d264503 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -12,8 +12,8 @@ name: ESLint on: pull_request: # The branches below must be a subset of the branches above - branches: [ "main" ] - + branches: + - main jobs: eslint: name: Run eslint scanning