Skip to content

Bump actions/checkout from 3 to 4 #55

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #55

Workflow file for this run

name: lint
on: # yamllint disable-line rule:truthy
pull_request:
push:
branches:
- master
jobs:
markdown-lint:
name: markdown-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v11
with:
globs: "**/*.md"
yaml-lint:
name: yaml-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ibiqlik/action-yamllint@v3
# vim: ts=2 sw=2 sts=2 et