Skip to content

Commit e0b44d8

Browse files
authored
Merge branch 'main' into add-github-action-for-nix
2 parents f98ca67 + e363dac commit e0b44d8

21 files changed

+1360
-445
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Annotate locations with typos
2323
uses: codespell-project/codespell-problem-matcher@b80729f885d32f78a716c2f107b4db1025001c42 # v1
2424
- name: Codespell
25-
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2
25+
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
2626
with:
2727
ignore_words_file: .codespellignore
2828
skip: frame*.txt

0 commit comments

Comments
 (0)