Skip to content

Bump v3.3.3 (#407) #685

Bump v3.3.3 (#407)

Bump v3.3.3 (#407) #685

Workflow file for this run

name: YAML Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
yamllint:
name: Verify yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Run yaml-lint
uses: ibiqlik/action-yamllint@v3