Skip to content

Commit

Permalink
ci: explicitly declare pre-commit job (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola authored Aug 25, 2023
1 parent 10234ea commit 982e35b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ include:
stages:
- test

pre-commit:
extends: [.pre-commit]

lint:
stage: test

Expand Down

0 comments on commit 982e35b

Please sign in to comment.