Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Repository abandoned #2

Repository abandoned

Repository abandoned #2

Workflow file for this run

---
name: Documentation
on:
push:
branches: [master, release-*]
paths:
- '**.md'
pull_request:
branches: [master, release-*]
paths:
- '**.md'
workflow_dispatch:
jobs:
quality:
name: Quality checks
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- name: Lint markdown files
uses: nosborn/github-action-markdown-cli@v3
with:
files: .
ignore_path: .markdownlintignore
- name: Perform spell check
uses: codespell-project/actions-codespell@v2
with:
path: '**/*.md'
check_filenames: true
ignore_words_list: tekst