diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 399d9bb..cece243 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,14 +6,14 @@ on: branches: - main -env: - RUSTFLAGS: '-Dwarnings' - jobs: lint: name: Lint runs-on: ubuntu-latest + env: + RUSTFLAGS: '-Dwarnings' + steps: - name: Checkout uses: actions/checkout@v4