mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
37e0f7b381
Our Meta/lint-ci.sh script doesn’t have support/handling for a --no-ports option, so there’s no need to pass such an option.
14 lines
430 B
YAML
14 lines
430 B
YAML
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 ]
|
|
language: system
|
|
|
|
- id: meta-lint-commit
|
|
name: Lint commit message to ensure it will pass the commit linting on CI
|
|
entry: Meta/lint-commit.sh
|
|
stages: [ commit-msg ]
|
|
language: system
|