run lint and typecheck on PRs

This commit is contained in:
AAGaming
2023-09-25 13:37:15 -04:00
parent b81c41f667
commit 2d68809c1b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@ name: Lint
on: on:
push: push:
pull_request:
jobs: jobs:
lint: lint:
+1
View File
@@ -2,6 +2,7 @@ name: Type Check
on: on:
push: push:
pull_request:
jobs: jobs:
typecheck: typecheck: