difftreelog
ci forbid eslint warnings
in: master
1 file changed
.github/workflows/codestyle.ymldiffbeforeafterboth43 - name: Install modules43 - name: Install modules44 run: cd tests && yarn44 run: cd tests && yarn45 - name: Run ESLint45 - name: Run ESLint46 run: cd tests && yarn eslint --ext .ts,.js src/46 run: cd tests && yarn eslint --ext .ts,.js --max-warnings=0 src/474748 clippy:48 clippy:49 if: ${{ false }}50 runs-on: [ self-hosted-ci ]49 runs-on: [ self-hosted-ci ]51 steps:50 steps:52 - uses: actions/checkout@v351 - uses: actions/checkout@v3