mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
Meta: Replace deprecated pre-commit stage name
Also set minimum_pre_commit_version to 3.2.0 as this stage name is supported since then
This commit is contained in:
parent
2a98f2a12d
commit
93954dcd9a
|
|
@ -1,10 +1,11 @@
|
|||
minimum_pre_commit_version: 3.2.0
|
||||
repos:
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: meta-lint-ci
|
||||
name: Running Meta/lint-ci.sh to ensure changes will pass linting on CI
|
||||
entry: bash Meta/lint-ci.sh
|
||||
stages: [ commit ]
|
||||
stages: [ pre-commit ]
|
||||
language: system
|
||||
|
||||
- id: meta-lint-commit
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user