Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Mar 17, 2024
1 parent 578bf0e commit 8657e18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: pre-commit

on:
pull_request:
branches:
- '**'
push:
branches: [main]
branches: [master]

jobs:
pre-commit:
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ repos:
rev: v0.6.10
hooks:
- id: cmake-format
- id: cmake-lint

- repo: https://github.com/pryorda/dockerfilelint-precommit-hooks
rev: v0.1.0
Expand Down

0 comments on commit 8657e18

Please sign in to comment.