CI: cleanup actions, move REUSE compliance check into every deploy

This commit is contained in:
Pieter Vander Vennet 2023-09-01 13:41:57 +02:00
parent 4034a6c764
commit 52c684dab3
6 changed files with 10 additions and 103 deletions

View file

@ -18,6 +18,9 @@ runs:
run: npm ci
shell: bash
- name: REUSE compliance check
uses: fsfe/reuse-action@v2
- name: create generated dir
run: mkdir ./assets/generated
shell: bash