Skip to content

Commit 44dc890

Browse files
committed
ci: pin typos dependencies and move config to tool dir
1 parent 69d2be4 commit 44dc890

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/typos.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
name: Typos
2-
on: [pull_request]
2+
on: pull_request
33

44
jobs:
55
run:
66
name: Spell check with Typos
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-20.04
88
steps:
99
- name: Checkout Actions Repository
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
1111

1212
- name: Check spelling
13-
uses: crate-ci/typos@master
13+
uses: crate-ci/typos@ccdede0f8c1e877aa3248b9c837f3f9b0abbbdf9
14+
with:
15+
config: tools/typos/typos.toml

.typos.toml tools/typos/typos.toml

File renamed without changes.

0 commit comments

Comments
 (0)