ci: тестирование работы CI

This commit is contained in:
Maxim Slipenko 2024-08-15 19:26:47 +03:00
parent 3f46a83de3
commit ac72ec7fa4

14
gitflic-ci.yaml Normal file
View 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