Skip to content

Commit e7c4f17

Browse files
authored
Merge pull request #2345 from andyzhangx/fix-codespell
test: fix codespell error
2 parents dd7311b + 7c6c95b commit e7c4f17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
with:
1414
check_filenames: true
1515
skip: ./.git,./.github/workflows/codespell.yml,.git,*.png,*.jpg,*.svg,*.sum,./vendor,go.sum,crd-csi-snapshot-ga.yaml,crd-csi-snapshot.yaml
16-
ignore_words_list: "AKS,aks,ro,accend"
16+
ignore_words_list: "AKS,aks,ro,accend,NotIn,heatbeat"

.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go 1.x
1313
uses: actions/setup-go@v5
1414
with:
15-
go-version: 1.22.3
15+
go-version: 1.22.4
1616
id: go
1717

1818
- name: Checkout code

0 commit comments

Comments
 (0)