Skip to content

Add Tas and Install TPA, TAS and Deps by single AppSet #17

Add Tas and Install TPA, TAS and Deps by single AppSet

Add Tas and Install TPA, TAS and Deps by single AppSet #17

Workflow file for this run

---
name: Lint YAML
on:
pull_request:
branches:
- main
jobs:
yamllint:
name: Yamllint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install yamllint
run: pip install yamllint
- name: Lint YAML files
run: yamllint .