mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-24 14:53:21 -07:00
add more paths that should trigger check
This commit is contained in:
8
.github/workflows/strict-type-check.yml
vendored
8
.github/workflows/strict-type-check.yml
vendored
@@ -4,9 +4,17 @@ on:
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.py"
|
||||
- ".github/type_check.sh"
|
||||
- ".github/pyright-config.json"
|
||||
- ".github/workflows/strict-type-check.yml"
|
||||
- "**.pyi"
|
||||
push:
|
||||
paths:
|
||||
- "**.py"
|
||||
- ".github/type_check.sh"
|
||||
- ".github/pyright-config.json"
|
||||
- ".github/workflows/strict-type-check.yml"
|
||||
- "**.pyi"
|
||||
|
||||
jobs:
|
||||
pyright:
|
||||
|
||||
Reference in New Issue
Block a user