forked from MapComplete/MapComplete
Merge branch 'master' into feature/studio
This commit is contained in:
commit
6ff2c629f0
994 changed files with 5917 additions and 4262 deletions
|
@ -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
|
||||
|
|
6
.github/workflows/deploy_pietervdvn.yml
vendored
6
.github/workflows/deploy_pietervdvn.yml
vendored
|
@ -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
|
||||
|
|
11
.github/workflows/reuse-compliance-check.yml
vendored
Normal file
11
.github/workflows/reuse-compliance-check.yml
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue