Skip to content

Commit

Permalink
Use @main
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Apr 3, 2024
1 parent 0405c62 commit e2faf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Install & run editorconfig-checker on Windows
if: runner.os == 'Windows'
run: |
go install github.com/editorconfig-checker/editorconfig-checker/v2/cmd/editorconfig-checker@latest
go install github.com/editorconfig-checker/editorconfig-checker/v2/cmd/editorconfig-checker@main
`go env GOPATH`/bin/editorconfig-checker
- name: Run editorconfig-checker on linux/macOS
if: runner.os != 'Windows'
Expand Down

0 comments on commit e2faf25

Please sign in to comment.