git.delta.rocks / unique-network / refs/commits / 9f5355dfed90

difftreelog

ci forbid eslint warnings

Yaroslav Bolyukin2023-02-17parent: #a5ed1cd.patch.diff
in: master

1 file changed

modified.github/workflows/codestyle.ymldiffbeforeafterboth
43 - name: Install modules43 - name: Install modules
44 run: cd tests && yarn44 run: cd tests && yarn
45 - name: Run ESLint45 - name: Run ESLint
46 run: cd tests && yarn eslint --ext .ts,.js src/46 run: cd tests && yarn eslint --ext .ts,.js --max-warnings=0 src/
4747
48 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