Skip to content

Update README

Update README #11

Workflow file for this run

---
name: Documentation
on: # yamllint disable-line rule:truthy
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