Skip to content

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

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

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

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@v4
- uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: .github/workflows
no_warnings: true
config_file: .yamllint.yml