Skip to content

Bump wwva to 24.8.1 (#249) #219

Bump wwva to 24.8.1 (#249)

Bump wwva to 24.8.1 (#249) #219

Workflow file for this run

name: YAML lint
# yamllint disable-line rule:truthy
on:
push:
branches: [main]
paths:
- "**.yaml"
- "**.yml"
pull_request:
paths:
- "**.yaml"
- "**.yml"
jobs:
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: Check out code from GitHub
uses: actions/[email protected]
- name: Run yamllint
uses: frenck/[email protected]
with:
strict: true