diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a94b3e8403..eacca0b1bc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 - uses: pre-commit/action@v3.0.0 - - uses: crate-ci/typos@v1.19.0 + - 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