From 9f5355dfed90c7e50c4c1bf8d553155fff74c5af Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Fri, 17 Feb 2023 12:09:08 +0000 Subject: [PATCH] ci: forbid eslint warnings --- --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -43,10 +43,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 -- gitstuff