sycn with upstream 50986b1464923454c95e261820bc626f38490ec0 #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate action typings | |
on: | |
push: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
validate-typings: | |
runs-on: "ubuntu-latest" | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: krzema12/github-actions-typing@v0 |