CI: cleanup actions, move REUSE compliance check into every deploy
This commit is contained in:
parent
4034a6c764
commit
52c684dab3
6 changed files with 10 additions and 103 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue