We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91781b1 commit 53a5866Copy full SHA for 53a5866
1 file changed
.github/workflows/lint.yml
@@ -126,3 +126,14 @@ jobs:
126
127
- name: Run pylint
128
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