Skip to content

Bump debian from stable-20230725 to stable-20230814 #145

Bump debian from stable-20230725 to stable-20230814

Bump debian from stable-20230725 to stable-20230814 #145

Workflow file for this run

name: Spellcheck
on: [pull_request]
jobs:
spellcheck:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Spellcheck
uses: rojopolis/[email protected]
with:
config_path: .github/spellcheck/config.yml
markdown:
name: Markdownlint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Markdownlint
uses: nosborn/[email protected]
with:
files: .
config_file: ".markdownlint.json"