Skip to content

Commit

Permalink
Merge pull request #3322 from cal-itp/temp-pin_typos
Browse files Browse the repository at this point in the history
Temporarily pin crate-ci/typos to avoid broken alerting on "png"
  • Loading branch information
vevetron authored Apr 2, 2024
2 parents 34f66c8 + f8381f7 commit c0cb5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]
- uses: crate-ci/typos@master
- uses: crate-ci/typos@v1.19.0 # Set back to `master` after #967 on the typos repo is fixed
with:
files: ./docs/**
- uses: snok/install-poetry@v1
Expand Down

0 comments on commit c0cb5cf

Please sign in to comment.