test: gitlab-ci

This commit is contained in:
Laureηt 2021-11-01 14:29:07 +01:00
parent 536d49396f
commit b6818deb5e
No known key found for this signature in database
GPG key ID: D88C6B294FD40994

7
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,7 @@
stages:
- lint
flake8:
stage: lint
script:
- pre-commit run flake8 --all-files