Skip to content

Merge pull request #50 from simatic-ax/renovate/actions-checkout-4.x #54

Merge pull request #50 from simatic-ax/renovate/actions-checkout-4.x

Merge pull request #50 from simatic-ax/renovate/actions-checkout-4.x #54

Workflow file for this run

name: linter checks
on:
push:
jobs:
linter:
name: "Linter Checks"
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Check markdown files
uses: avto-dev/markdown-lint@v1
with:
args: '**/*.md'
ignore: ./LICENSE.md