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
Branches main
No related tags found
No related merge requests found
Pipeline #16472 passed
...@@ -119,6 +119,11 @@ black: ...@@ -119,6 +119,11 @@ black:
- poetry install --only dev - poetry install --only dev
- black --check . - black --check .
cffconvert:
script:
- pip install --upgrade cffconvert
- cffconvert --validate
release: release:
rules: rules:
- if: $CI_COMMIT_TAG == null - 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