Skip to content

Commit 53a5866

Browse files
committed
ci: adds typos to lint workflow
1 parent 91781b1 commit 53a5866

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,14 @@ jobs:
126126
127127
- name: Run pylint
128128
run: pylint --rcfile=.pylintrc cloudsmith_cli
129+
130+
typos:
131+
name: Check for typos (typos)
132+
runs-on: ubuntu-latest
133+
steps:
134+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
135+
with:
136+
persist-credentials: false
137+
138+
- name: Run typos
139+
uses: crate-ci/typos@b1ae8d918b6e85bd611117d3d9a3be4f903ee5e4 # v1.29.5

0 commit comments

Comments
 (0)