Skip to content

begin-testbox: add validation mode for onboarding PRs #17

begin-testbox: add validation mode for onboarding PRs

begin-testbox: add validation mode for onboarding PRs #17

Workflow file for this run

name: Validate action.yml
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install yamllint
run: pip install yamllint
- name: Lint action.yml
run: yamllint -d relaxed action.yml