mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
Fix type in yaml file (#4339)
This commit is contained in:
@@ -50,7 +50,7 @@ jobs:
|
||||
- name: Collate duplicates
|
||||
run: cat stubtest-output-* | sort -u | tee stubtest-output
|
||||
- name: Remove entries from whitelists
|
||||
run: python/scripts/update-stubtest-whitelist.py stubtest-output
|
||||
run: python scripts/update-stubtest-whitelist.py stubtest-output
|
||||
- name: Create pull request
|
||||
uses: peter-evans/create-pull-request@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user