Skip to content

Commit

Permalink
GitHub: Change JS workflow to include JSON in changed files check.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpyle0819 committed Feb 29, 2024
1 parent 4d5fd36 commit e524ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: changed-files
uses: tj-actions/changed-files@v41
with:
files: "javascriptv3/**/*.{js,ts,jsx,tsx}"
files: "javascriptv3/**/*.{js,ts,jsx,tsx,json}"
- name: Setup NodeJS
if: steps.changed-files.outputs.any_changed == 'true'
uses: actions/setup-node@v3
Expand Down

0 comments on commit e524ecb

Please sign in to comment.