diff --git a/.github/workflows/tokentree.yml b/.github/workflows/tokentree.yml index a01a0e7..bc84f67 100644 --- a/.github/workflows/tokentree.yml +++ b/.github/workflows/tokentree.yml @@ -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/lcov-job-summary@v1.1.0