Build: Add extra Github action job for PR required checks configuration

This commit is contained in:
Felix Nagel 2021-12-03 19:27:15 +01:00 committed by Felix Nagel
parent e0a78d4400
commit e90096e9dd

View File

@ -47,4 +47,13 @@ jobs:
- name: Run Qunit
run: node_modules/.bin/grunt test
valid:
name: Build & tests
needs: grunt
runs-on: ubuntu-latest
steps:
- name: Grunt based tests passed
run: echo "✅"