Merge branch 'master' into feature/studio

This commit is contained in:
Pieter Vander Vennet 2023-07-28 14:38:12 +02:00
commit 6ff2c629f0
994 changed files with 5917 additions and 4262 deletions

View file

@ -10,6 +10,10 @@ runs:
cache: "npm"
cache-dependency-path: package-lock.json
- name: print actor
shell: bash
run: echo ${{ github.actor }}
- name: install deps
run: npm ci
shell: bash

View file

@ -13,6 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: print actor
shell: bash
run: echo ${{ github.actor }}
- name: Set up Node.js
uses: actions/setup-node@v3
with:
@ -23,7 +27,7 @@ jobs:
- name: install deps
run: npm ci
shell: bash
- name: create generated dir
run: mkdir ./assets/generated
shell: bash

View file

@ -0,0 +1,11 @@
name: REUSE Compliance Check
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v2