mapcomplete/.github/workflows/theme_validation.yml

26 lines
558 B
YAML
Raw Normal View History

2021-04-10 15:01:28 +02:00
name: Theme Validation
on:
push:
branches:
- develop
- master
2021-04-10 15:13:38 +02:00
2021-04-10 15:01:28 +02:00
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
2021-04-10 15:07:45 +02:00
- name: Set up Node.js
uses: actions/setup-node@v1.2.0
2021-04-10 15:13:38 +02:00
with:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
2021-04-10 15:07:45 +02:00
- name: install deps
run: npm install
2021-04-10 15:01:28 +02:00
- name: Compile license info
run: npm run generate:licenses
- name: Compile and validate themes and layers
run: npm run generate:layeroverview