Skip to content

Commit

Permalink
ci: pass pre-commit script argument on its own key
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Jun 22, 2024
1 parent bd5c635 commit 59daebc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ repos:

- id: qubesbuilder
name: qubesbuilder
entry: scripts/qubesbuilder-gen.sh test
entry: scripts/qubesbuilder-gen.sh
args: [test]
language: script
pass_filenames: false
description: Check if .qubesbuilder is up to date

# TODO: generate temporary spec and compare against staged one.
Expand Down

0 comments on commit 59daebc

Please sign in to comment.