diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 165986da..5bd6de66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Run tests run: cargo test --verbose - lint: + lints: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4