Merge pull request #618 from pietervdvn/riQQ-pr-validation-workflow

Add GitHub Actions workflow to validate pull requests
This commit is contained in:
Pieter Vander Vennet 2022-01-15 00:29:32 +01:00 committed by GitHub
commit 290a0156ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
.github/workflows/validate-pr.yml vendored Normal file
View file

@ -0,0 +1,12 @@
name: Build and validate PR
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup and validate themes
uses: ./.github/actions/setup-and-validate