Forked from
Alchemy Viewer / Alchemy Viewer
9016 commits behind the upstream repository.
-
Bennett Goble authored
Run Linden coding standard git-hooks in a basic Github actions workflow.
Bennett Goble authoredRun Linden coding standard git-hooks in a basic Github actions workflow.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.pre-commit-config.yaml 420 B
repos:
- repo: https://github.com/secondlife/git-hooks.git
rev: v1.0.0
hooks:
- id: opensource-license
- id: llsd
- id: no-trigraphs
- id: copyright
- id: end-of-file
files: \.(cpp|c|h|py|glsl|cmake|txt)$
exclude: language.txt
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-xml
- id: mixed-line-ending