Update documents to reflect transition from TSC To TAC #57
Workflow file for this run
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: Check projects syntax | |
on: | |
push: | |
branches: ["main"] | |
pull_request: | |
jobs: | |
check: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-python@v4 | |
- name: Check | |
run: | | |
.github/check_projects_syntax.py projects/project-data-files/*yml |