Skip to content

Commit

Permalink
Fix issue with wrong branch in editorconfig checker
Browse files Browse the repository at this point in the history
  • Loading branch information
jokoho48 committed Feb 18, 2024
1 parent c96d6d9 commit 58b53ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Check for BOM
uses: arma-actions/bom-check@master
- name: .editorconfig Checker
uses: editorconfig-checker/action-editorconfig-checker@master
uses: editorconfig-checker/action-editorconfig-checker@main
- name: Setup Node.js environment
uses: actions/setup-node@v4
- name: Run Stringtable Checker
Expand Down

0 comments on commit 58b53ea

Please sign in to comment.