name: PIS Generate run-name: PIS_Generator on: push: branches: - main jobs: validate_and_release: runs-on: ubuntu-latest steps: - name: Check out Repo code uses: actions/checkout@v3 - name: Install yamllint run: apt install -y yamllint - name: Validate YAML run: yamllint .