Skip to content

Bump karancode/yamllint-github-action from 2.1.1 to 3.0.0 #60

Bump karancode/yamllint-github-action from 2.1.1 to 3.0.0

Bump karancode/yamllint-github-action from 2.1.1 to 3.0.0 #60

Workflow file for this run

---
name: 'Yamllint GitHub Actions'
# yamllint disable-line rule:truthy
on:
push:
branches: '*'
pull_request:
branches: '*'
jobs:
yamllint:
name: 'Yamllint'
runs-on: ubuntu-latest
steps:
- name: 'checkout git repo'
uses: actions/checkout@v4
- name: 'Yamllint'
uses: karancode/[email protected]
with:
yamllint_file_or_dir: '.'
yamllint_config_filepath: './.yamllint'