Skip to content

Commit f663ed9

Browse files
committed
Ignore internal action files for type validation
1 parent 9e6b5ad commit f663ed9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-validate-typings.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v6
1919
- uses: typesafegithub/github-actions-typing@v2
20+
with:
21+
ignored-action-files: |
22+
.github/actions/build-dist/action.yml
23+
.github/actions/init-integ-test/action.yml
24+
action.yml

0 commit comments

Comments
 (0)