Skip to content

Commit

Permalink
ci(yaml): Quote text instead of using | (#82)
Browse files Browse the repository at this point in the history
Other files are remaining.
  • Loading branch information
5ouma authored Apr 7, 2024
1 parent 71b6f70 commit e002263
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ ci:
chore(fix): Auto fixes from pre-commit.com hooks
For more information, see https://pre-commit.ci.
autoupdate_commit_msg: |
chore(deps): Bump pre-commit hook
autoupdate_commit_msg: "chore(deps): Bump pre-commit hook"

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down

0 comments on commit e002263

Please sign in to comment.