We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a88e9 commit c7026aaCopy full SHA for c7026aa
1 file changed
.github/workflows/lint.yml
@@ -20,3 +20,10 @@ jobs:
20
python-version: '3.12'
21
- run: python -m pip install reuse
22
- run: python -m reuse lint
23
+ typos:
24
+ runs-on: ubuntu-latest
25
+ strategy:
26
+ fail-fast: false
27
+ steps:
28
+ - uses: actions/checkout@v4
29
+ - uses: crate-ci/typos@v1
0 commit comments