mirror of
https://gitflic.ru/project/alt-gnome/karkas.git
synced 2024-12-24 00:33:06 +03:00
ci: тестирование работы CI
This commit is contained in:
parent
3f46a83de3
commit
ac72ec7fa4
14
gitflic-ci.yaml
Normal file
14
gitflic-ci.yaml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
stages:
|
||||||
|
- lint
|
||||||
|
|
||||||
|
lint-pre-commit:
|
||||||
|
stage: lint
|
||||||
|
image: python:3.12-bullseye
|
||||||
|
before_script:
|
||||||
|
- pip install pre-commit
|
||||||
|
scripts:
|
||||||
|
- pre-commit run --all-files
|
||||||
|
cache:
|
||||||
|
paths:
|
||||||
|
- .cache/pip
|
||||||
|
- .cache/pre-commit
|
Loading…
Reference in New Issue
Block a user