Skip to content

Commit

Permalink
fix: update yaml for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Nov 14, 2024
1 parent 5a2eac2 commit 3694110
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/push-tag-to-extensions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
# yamllint disable rule:line-length
name: Push new tagged version
on: # yamllint disable-line rule:truthy
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-tag.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

---
# yamllint disable rule:line-length
name: Push tag to extension
on: # yamllint disable-line rule:truthy
Expand Down
1 change: 1 addition & 0 deletions hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

set -e

yamllint .
python package.py
git add dist/codecov.sh
git add env

0 comments on commit 3694110

Please sign in to comment.