Skip to content

Commit

Permalink
Merge branch 'tj:master' into feature/archive-file
Browse files Browse the repository at this point in the history
  • Loading branch information
vanpipy authored Oct 15, 2023
2 parents 9712e07 + 5fe4226 commit 8fb6bed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ jobs:
# reviewing!
- name: Check out code.
uses: actions/checkout@v3
- uses: 'actions/setup-go@v4'
with:
go-version: '1.20'
- name: 'Check EditorConfig Lint'
run: |
sudo apt install -y jq golang
sudo apt install -y jq
go install 'github.com/editorconfig-checker/editorconfig-checker/cmd/editorconfig-checker@latest'
readarray -t changed_files <<<"$(jq -r '.[]' <<<'${{ steps.files.outputs.added_modified }}')"
Expand Down

0 comments on commit 8fb6bed

Please sign in to comment.