From b3652c45b1bb1858234ff958081acd6f90556f4a Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 20 Jan 2025 11:19:03 -0800 Subject: [PATCH] format --- .github/workflows/lints.yml | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) 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