Fix typescript checks workflow

This commit is contained in:
c-bata
2021-01-15 05:36:00 +09:00
parent dd3a31a372
commit a3720dfed2
+1 -1
View File
@@ -2,7 +2,7 @@ name: typescript-checks
on:
pull_request:
paths:
- '.github/workflows/typescript-lints.yml'
- '.github/workflows/typescript-checks.yml'
- '**.ts'
- '**.tsx'
jobs: