mirror of
https://github.com/gradle/actions.git
synced 2026-03-24 13:05:47 +08:00
25 lines
486 B
YAML
25 lines
486 B
YAML
name: ci-validate-typings.yml
|
|
on:
|
|
push:
|
|
branches:
|
|
- 'main'
|
|
- 'release/**'
|
|
paths-ignore:
|
|
- 'dist/**'
|
|
pull_request:
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
validate-typings:
|
|
runs-on: "ubuntu-latest"
|
|
steps:
|
|
- uses: actions/checkout@v6
|
|
- 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
|