Skip to content

chore(deps): bump actions/checkout from 4 to 5 #8

chore(deps): bump actions/checkout from 4 to 5

chore(deps): bump actions/checkout from 4 to 5 #8

Workflow file for this run

name: Linting workflow
on:
push:
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Run cspell
uses: streetsidesoftware/cspell-action@v7
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v20