difftreelog
Merge pull request #888 from UniqueNetwork/ci/forbid-warnings
in: master
Forbid warnings
1 file changed
.github/workflows/codestyle.ymldiffbeforeafterboth44 - name: Install modules44 - name: Install modules45 run: cd tests && yarn45 run: cd tests && yarn46 - name: Run ESLint46 - name: Run ESLint47 run: cd tests && yarn eslint --ext .ts,.js src/47 run: cd tests && yarn eslint --ext .ts,.js --max-warnings=0 src/484849 clippy:49 clippy:50 if: ${{ false }}51 runs-on: [ self-hosted-ci ]50 runs-on: [ self-hosted-ci ]52 steps:51 steps:53 - uses: actions/checkout@v3.1.052 - uses: actions/checkout@v3.1.062 targets: wasm32-unknown-unknown61 targets: wasm32-unknown-unknown63 components: rustfmt, clippy62 components: rustfmt, clippy64 - name: Run cargo check63 - name: Run cargo check65 run: cargo clippy -- -Dwarnings64 run: cargo clippy --features=quartz-runtime,unique-runtime,try-runtime,runtime-benchmarks --tests -- -Dwarnings65 env:66 SKIP_WASM_BUILD: '1'6667