mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
nicer job name
This commit is contained in:
parent
7d04574f8c
commit
c8b9e1d3dd
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci-scripts.yml
vendored
4
.github/workflows/ci-scripts.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: ci-scripts
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths: scripts/**.ts
|
||||
paths: [scripts/**.ts]
|
||||
|
||||
jobs:
|
||||
typecheck:
|
||||
|
|
Loading…
Reference in a new issue