Skip to content

Commit

Permalink
only run checkstyle on non nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Jun 4, 2024
1 parent a8542b1 commit 7fca51f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tokentree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,15 @@ jobs:
if: matrix.haxe-version != 'nightly'
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
- name: Coverage report
if: success() && (matrix.haxe-version != 'nightly')
uses: livewing/[email protected]
with:
lcov: lcov.info
- name: Checkstyle report
if: success() && (matrix.haxe-version != 'nightly')
uses: jwgmeligmeyling/checkstyle-github-action@master
with:
path: '**/check-style-report.xml'

0 comments on commit 7fca51f

Please sign in to comment.