Skip to content

refactor: upgrade deps and correct ci #70

refactor: upgrade deps and correct ci

refactor: upgrade deps and correct ci #70

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
paths:
- '*.md'
- '**/*.md'
permissions:
contents: read
concurrency:
group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
lint-markdown:
name: Lint Markdown
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Lint markdown
run: npx --yes markdownlint-cli@0.48.0 '**/*.md' --ignore node_modules