mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
21 lines
355 B
YAML
21 lines
355 B
YAML
default_language_version:
|
|
python: python3
|
|
|
|
exclude: |
|
|
(?x)^(
|
|
3rdparty/.*|
|
|
bindings/.*|
|
|
include/bgfx/c99/bgfx\.h|
|
|
.*\.bin\.h|
|
|
.*\.ttf\.h$
|
|
)
|
|
|
|
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: file-format
|
|
name: file-format
|
|
language: python
|
|
entry: python .github/workflows/file_format.py
|
|
types_or: [text]
|