Skip to content

Commit

Permalink
We can't modify package.json, so I have to modify the yaml lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
philliparaujo committed Nov 14, 2024
1 parent 5805aca commit 98a67f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
node app --setup="${SETUP}" --ci="${CI}"
- name: Run ESLint
run: npm run lint
run: eslint --cache --ignore-pattern 'public/src/modules/chat.js' ./nodebb .

- name: Node tests
run: npm test
Expand Down

0 comments on commit 98a67f1

Please sign in to comment.