diff --git a/.github/workflows/lints.yml b/.github/workflows/lints.yml index f507994..0fcd0a8 100644 --- a/.github/workflows/lints.yml +++ b/.github/workflows/lints.yml @@ -1,18 +1,15 @@ on: - push: - pull_request: + push: + pull_request: name: Lints -env: - RUSTFLAGS: "-Dwarnings" - jobs: - typos: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Check typos - uses: crate-ci/typos@master - with: - config: ./typos.toml + typos: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Check typos + uses: crate-ci/typos@master + with: + config: ./typos.toml