Skip to content

Bump the gh-actions group across 1 directory with 4 updates #134

Bump the gh-actions group across 1 directory with 4 updates

Bump the gh-actions group across 1 directory with 4 updates #134

Workflow file for this run

name: Verify workflows
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
workflow_dispatch:
jobs:
lint-markdown:
name: 🔎 MarkdownLint
runs-on: ubuntu-latest
steps:
- name: ↩️ Checkout
uses: actions/checkout@v6
- name: 🚀 Run markdownlint
uses: nosborn/github-action-markdown-cli@v3.5.0
with:
files: .
lint-yaml:
name: 🔎 YamlLint
runs-on: ubuntu-latest
steps:
- name: ↩️ Checkout
uses: actions/checkout@v6
- name: 🚀 Run yamllint
uses: ibiqlik/action-yamllint@v3