Skip to content

Commit

Permalink
Dependency Update: regex Update dependency editorconfig-checker/edito…
Browse files Browse the repository at this point in the history
…rconfig-checker to v3.0.3
  • Loading branch information
okeanos-renovate[bot] committed Jul 8, 2024
1 parent 0dc4522 commit c36335a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Run EditorConfig Checker
run: |
curl --fail --silent --show-error --location --output ec.tar.gz \
https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.0.1/ec-linux-amd64.tar.gz
https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.0.3/ec-linux-amd64.tar.gz
tar -xzf ec.tar.gz
chmod +x ./bin/ec-linux-amd64
./bin/ec-linux-amd64 --exclude .git
Expand Down

0 comments on commit c36335a

Please sign in to comment.