Skip to content

remove centos stream 9 since they don't provide signed checksums and … #575

remove centos stream 9 since they don't provide signed checksums and …

remove centos stream 9 since they don't provide signed checksums and … #575

Workflow file for this run

name: Check documentation
on:
- push
jobs:
Lint:
name: Documentation Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: "npm install"
- run: "npm run lint"