mapcomplete/.github/workflows/theme_validation.yml

18 lines
345 B
YAML
Raw Normal View History

2021-04-10 13:01:28 +00:00
name: Theme Validation
on:
push:
branches:
- develop
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Compile license info
run: npm run generate:licenses
- name: Compile and validate themes and layers
run: npm run generate:layeroverview