Skip to content

Commit 0950346

Browse files
authored
Merge pull request #29 from arduino/dependabot/github_actions/editorconfig-checker/action-editorconfig-checker-2.0.0
Bump editorconfig-checker/action-editorconfig-checker from 1.0.0 to 2.0.0
2 parents 363c6b3 + c37fa47 commit 0950346

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/check-general-formatting.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@ jobs:
1818
- name: Checkout repository
1919
uses: actions/checkout@v4
2020

21+
- name: Install editorconfig-checker
22+
uses: editorconfig-checker/action-editorconfig-checker@v2
23+
2124
- name: Check formatting
22-
uses: editorconfig-checker/[email protected]
25+
run: editorconfig-checker

0 commit comments

Comments
 (0)