mapcomplete/.github/workflows/pull_request_check.yml

17 lines
388 B
YAML
Raw Normal View History

2021-04-10 13:01:28 +00:00
name: Pull request check
on:
pull_request:
types: [opened, edited, synchronize, ready_for_review, review_requested]
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