mapcomplete/.github/workflows/validate-pr.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
228 B
YAML
Raw Normal View History

name: Build and validate PR
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
2022-09-03 18:00:54 +02:00
- uses: actions/checkout@v3
- name: Setup and validate themes
uses: ./.github/actions/setup-and-validate