Skip to content

Commit

Permalink
add yarn check for workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
FireLemons committed Nov 4, 2023
1 parent b8a74b1 commit 892d46b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/yarn_lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- '**/*.json'
- '**/*.jsx'
- 'yarn.lock'
- '.github/workflows/*.yml'
pull_request:
branches:
- main
Expand All @@ -17,6 +18,7 @@ on:
- '**/*.json'
- '**/*.jsx'
- 'yarn.lock'
- '.github/workflows/*.yml'

jobs:
yarn_lint:
Expand Down

0 comments on commit 892d46b

Please sign in to comment.