Skip to content

Commit

Permalink
run checkstyle using neko
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Jun 4, 2024
1 parent 7fca51f commit c77e9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tokentree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: npx neko checkstyle/run.n -s src -s test
- name: Run checkstyle with XML report
if: success() && (matrix.haxe-version != 'nightly')
run: node checkstyle/run.js -s src -s test -r xml
run: npx neko checkstyle/run.n -s src -s test -r xml
- name: Coverage report
if: success() && (matrix.haxe-version != 'nightly')
uses: livewing/[email protected]
Expand Down

0 comments on commit c77e9aa

Please sign in to comment.