This commit is contained in:
2025-01-20 11:19:03 -08:00
parent 8efc57cbeb
commit b3652c45b1

View File

@ -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