mirror of
https://github.com/gradle/actions.git
synced 2026-03-24 13:05:47 +08:00
Ignore internal action files for type validation
This commit is contained in:
5
.github/workflows/ci-validate-typings.yml
vendored
5
.github/workflows/ci-validate-typings.yml
vendored
@@ -17,3 +17,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- uses: typesafegithub/github-actions-typing@v2
|
- uses: typesafegithub/github-actions-typing@v2
|
||||||
|
with:
|
||||||
|
ignored-action-files: |
|
||||||
|
.github/actions/build-dist/action.yml
|
||||||
|
.github/actions/init-integ-test/action.yml
|
||||||
|
action.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user