Skip to content

Commit 19f377a

Browse files
authored
.
1 parent 014cb4f commit 19f377a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
runs-on: ubuntu-20.04
2424
steps:
2525
- uses: actions/checkout@v4
26-
- uses: editorconfig-checker/action-editorconfig-checker@main
26+
with:
27+
persist-credentials: false
28+
- uses: editorconfig-checker/action-editorconfig-checker@0ab3427a3f09b17c21d489172245be511e0a16ea. # v2
2729
- run: editorconfig-checker
2830

2931
test:

0 commit comments

Comments
 (0)