Skip to content

Commit

Permalink
ci(linter): update linter in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie-BitFlight committed Nov 20, 2023
1 parent dea4078 commit 07d845c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/push_code_linting.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Code Linting Annotation
on:
pull_request_target:
pull_request:
branches:
- main
- next
- beta
- "*.x"
push:
branches:
- main
Expand All @@ -9,7 +14,7 @@ on:
- "*.x"

concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
group: ci-linting-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
eslint_annotation:
Expand Down

0 comments on commit 07d845c

Please sign in to comment.