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:
|
repos:
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
- id: meta-lint-ci
|
- id: meta-lint-ci
|
||||||
name: Running Meta/lint-ci.sh to ensure changes will pass linting on CI
|
name: Running Meta/lint-ci.sh to ensure changes will pass linting on CI
|
||||||
entry: bash Meta/lint-ci.sh
|
entry: bash Meta/lint-ci.sh
|
||||||
stages: [ commit ]
|
stages: [ pre-commit ]
|
||||||
language: system
|
language: system
|
||||||
|
|
||||||
- id: meta-lint-commit
|
- id: meta-lint-commit
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user