Skip to content

Build(deps): Bump actions/checkout from 4 to 5 in /.github/workflows in the actions group #178

Build(deps): Bump actions/checkout from 4 to 5 in /.github/workflows in the actions group

Build(deps): Bump actions/checkout from 4 to 5 in /.github/workflows in the actions group #178

Workflow file for this run

name: 'Lint'
concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }}
cancel-in-progress: true
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
yaml_lint:
name: YAML
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: .github/workflows
no_warnings: true
config_file: .yamllint.yml