mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 07:00:19 +00: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
Notes:
github-actions[bot]
2024-10-18 07:41:49 +00:00
Author: https://github.com/Totto16 Commit: https://github.com/LadybirdBrowser/ladybird/commit/93954dcd9a0 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1778
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue