Skip to content

ci(deps): bump rojopolis/spellcheck-github-actions from 0.41.0 to 0.42.0 #79

ci(deps): bump rojopolis/spellcheck-github-actions from 0.41.0 to 0.42.0

ci(deps): bump rojopolis/spellcheck-github-actions from 0.41.0 to 0.42.0 #79

Workflow file for this run

name: Configuration Lint
on:
workflow_dispatch:
push:
branches: [ main ]
paths:
- '**.yml'
pull_request:
branches: [ main ]
paths:
- '**.yml'
jobs:
run-linters:
name: Config linters
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Lint yaml
uses: ibiqlik/action-yamllint@v3
with:
config_file: ".github/yamllint.yml"