Skip to content

Commit

Permalink
Merge pull request #18 from Okeanos/renovate/all-minor-patch-semver
Browse files Browse the repository at this point in the history
Dependency Update: regex Update dependency editorconfig-checker/editorconfig-checker to v3.0.3
  • Loading branch information
Okeanos authored Jul 8, 2024
2 parents 1ca90ff + 3bddcfa commit 91c9ca4
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 91c9ca4

Please sign in to comment.