Skip to content

Commit

Permalink
ci: modify dependencies check on DEPENDENCIES updates (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
typecastcloud authored Nov 12, 2024
1 parent ca9b688 commit 7ecf45d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@ on:
branches: [main]
paths:
- yarn.lock
- DEPENDENCIES
- .github/workflows/dependencies.yaml
pull_request:
types: [opened, synchronize, reopened]
paths:
- yarn.lock
- DEPENDENCIES
- .github/workflows/dependencies.yaml
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ npm/npmjs/-/cosmiconfig/7.1.0, MIT, approved, #4975
npm/npmjs/-/cosmiconfig/8.3.6, MIT, approved, #10781
npm/npmjs/-/create-jest/29.7.0, MIT, approved, clearlydefined
npm/npmjs/-/create-require/1.1.1, MIT, approved, clearlydefined
npm/npmjs/-/cross-spawn/7.0.3, MIT, approved, clearlydefined
npm/npmjs/-/cross-spawn/7.0.3, MIT, approved, #17146
npm/npmjs/-/css.escape/1.5.1, MIT, approved, clearlydefined
npm/npmjs/-/cssom/0.3.8, MIT, approved, clearlydefined
npm/npmjs/-/cssom/0.5.0, MIT, approved, clearlydefined
Expand Down

0 comments on commit 7ecf45d

Please sign in to comment.