Skip to content

[ci] Add lint job and enable yaml linting of GH files. #3

[ci] Add lint job and enable yaml linting of GH files.

[ci] Add lint job and enable yaml linting of GH files. #3

Workflow file for this run

name: Lint Checks
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
static_lint_checks:
name: Static Lint Checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Validate YAML file
run: |
yamllint -f github ./.github/workflows/ ./.github/actions/