summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAAGaming <aagaming@riseup.net>2023-09-25 13:37:15 -0400
committermarios8543 <marios8543@gmail.com>2023-10-31 23:13:19 +0200
commitdf08f611b9d27918edaa51a766469322123bdfdd (patch)
treed4aba77c44d65c0c6be4d5350a242b5caf66a588 /.github
parentde1b24b8bc4188de9852ee98c3c71043e37974ea (diff)
downloaddecky-loader-df08f611b9d27918edaa51a766469322123bdfdd.tar.gz
decky-loader-df08f611b9d27918edaa51a766469322123bdfdd.zip
run lint and typecheck on PRs
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/typecheck.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml
index 62d29e62..e40009c4 100644
--- a/.github/workflows/typecheck.yml
+++ b/.github/workflows/typecheck.yml
@@ -2,6 +2,7 @@ name: Type Check
on:
push:
+ pull_request:
jobs:
typecheck: