Run git-auto-commit, linter and tests checks on pull requests

This commit is contained in:
Jon Cram 2021-09-10 13:46:57 +01:00
parent e107e28c4e
commit 10257e2994
3 changed files with 16 additions and 4 deletions

View File

@ -1,6 +1,10 @@
name: git-auto-commit
on: push
on:
push:
branches:
- master
pull_request:
jobs:
git-auto-commit:

View File

@ -1,5 +1,10 @@
name: Lint Code Base
on: push
on:
push:
branches:
- master
pull_request:
jobs:
build:

View File

@ -1,6 +1,10 @@
name: tests
on: push
on:
push:
branches:
- master
pull_request:
jobs:
tests:
@ -14,4 +18,3 @@ jobs:
- name: Run Tests
run: yarn test