Skip to content

Commit

Permalink
Merge pull request #30522 from Expensify/Rory-DontSkipTestsForHiddenJS
Browse files Browse the repository at this point in the history
  • Loading branch information
thienlnam authored Oct 27, 2023
2 parents de3ec13 + e4e6fd8 commit 43461ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.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: ['**.js', '**.ts', '**.tsx']
paths: ['**.js', '**.ts', '**.tsx', '**.json', '**.mjs', '**.cjs', 'config/.editorconfig', '.watchmanconfig', '.imgbotconfig']

jobs:
lint:
Expand Down

0 comments on commit 43461ca

Please sign in to comment.