Skip to content

Commit

Permalink
maybe this
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Apr 3, 2024
1 parent 9530b99 commit 0405c62
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ jobs:
uses: taiki-e/install-action@v2
with:
tool: editorconfig-checker,typos
- name: Install editorconfig-checker on Windows
- 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
- name: Run editorconfig-checker
run: |
export PATH=`go env GOPATH`/bin:${PATH}
which editorconfig-checker
editorconfig-checker
go install github.com/editorconfig-checker/editorconfig-checker/v2/cmd/editorconfig-checker@latest
`go env GOPATH`/bin/editorconfig-checker
- name: Run editorconfig-checker on linux/macOS
if: runner.os != 'Windows'
run: editorconfig-checker
- name: Build
run: make build
- name: Lint
Expand Down

0 comments on commit 0405c62

Please sign in to comment.