Run in PRs

This commit is contained in:
Max Isom 2022-03-19 11:06:43 -04:00
parent bd0e37e0b8
commit 5af18beb57
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
name: Lint
on: push
on: [push, pull_request]
jobs:
build:

View file

@ -1,6 +1,6 @@
name: Type Check
on: push
on: [push, pull_request]
jobs:
build: