Skip to content

Commit

Permalink
Include tsconfig in some action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Oct 30, 2023
1 parent 592317f commit 783e87d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
types: [opened, synchronize]
branches-ignore: [staging, production]
paths: ['**.ts', '**.tsx', 'package.json', 'package-lock.json']
paths: ['**.ts', '**.tsx', 'package.json', 'package-lock.json', 'tsconfig.json']

jobs:
typecheck:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/validateGithubActions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
pull_request:
types: [opened, synchronize]
branches-ignore: [staging, production]
paths:
- .github/**
paths: ['.github/**', 'package.json', 'package-lock.json', 'tsconfig.json']

jobs:
verify:
Expand Down

0 comments on commit 783e87d

Please sign in to comment.