Skip to content

Commit

Permalink
eslint github actions addded 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita committed Sep 13, 2024
1 parent 63ca3b9 commit 6a42943
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ name: ESLint Check
on:
push:
branches:
- main # Запускати на кожен push в гілку main
- master # або гілку master
- main
- master
- develop
- bugfix/master
pull_request:
branches:
- main
- master
- develop
- bugfix/master

jobs:
lint:
Expand Down

0 comments on commit 6a42943

Please sign in to comment.