Skip to content
Snippets Groups Projects
Verified Commit 0717c397 authored by Björn Ludwig's avatar Björn Ludwig
Browse files

ci(cffconvert): introduce cffconvert job to ensure valid CFF file

parent a62fc16d
No related branches found
No related tags found
No related merge requests found
Pipeline #16472 passed
......@@ -119,6 +119,11 @@ black:
- poetry install --only dev
- black --check .
cffconvert:
script:
- pip install --upgrade cffconvert
- cffconvert --validate
release:
rules:
- if: $CI_COMMIT_TAG == null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment