diff --git a/.gitea/workflows/check.yml b/.gitea/workflows/check.yml index 20bc8e99..d9b2ba36 100644 --- a/.gitea/workflows/check.yml +++ b/.gitea/workflows/check.yml @@ -34,31 +34,6 @@ jobs: components: rustfmt - name: cargo fmt --check run: cargo fmt --check - clippy: - runs-on: ubuntu-latest - name: ${{ matrix.toolchain }} / clippy - permissions: - contents: read - checks: write - strategy: - fail-fast: false - matrix: - # Get early warning of new lints which are regularly introduced in beta channels. - toolchain: [stable, beta] - steps: - - uses: actions/checkout@v4 - with: - submodules: true - - name: Install ${{ matrix.toolchain }} - uses: dtolnay/rust-toolchain@master - with: - toolchain: ${{ matrix.toolchain }} - components: clippy - - name: cargo clippy - uses: giraffate/clippy-action@v1 - with: - reporter: 'github-pr-check' - github_token: ${{ secrets.GITHUB_TOKEN }} semver: runs-on: ubuntu-latest name: semver