Skip to content

Bump peter-evans/create-pull-request from 6.0.0 to 6.1.0 #27

Bump peter-evans/create-pull-request from 6.0.0 to 6.1.0

Bump peter-evans/create-pull-request from 6.0.0 to 6.1.0 #27

Workflow file for this run

---
name: YAML lint
# yamllint disable-line rule:truthy
on:
push:
branches: [dev, beta, release]
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