--- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -44,10 +44,9 @@ - name: Install modules run: cd tests && yarn - name: Run ESLint - run: cd tests && yarn eslint --ext .ts,.js src/ + run: cd tests && yarn eslint --ext .ts,.js --max-warnings=0 src/ clippy: - if: ${{ false }} runs-on: [ self-hosted-ci ] steps: - uses: actions/checkout@v3.1.0 @@ -62,4 +61,6 @@ targets: wasm32-unknown-unknown components: rustfmt, clippy - name: Run cargo check - run: cargo clippy -- -Dwarnings + run: cargo clippy --features=quartz-runtime,unique-runtime,try-runtime,runtime-benchmarks --tests -- -Dwarnings + env: + SKIP_WASM_BUILD: '1'