Skip to content

chore(deps-dev): bump markdownlint-cli2 from 0.23.0 to 0.23.1 (#216) #467

chore(deps-dev): bump markdownlint-cli2 from 0.23.0 to 0.23.1 (#216)

chore(deps-dev): bump markdownlint-cli2 from 0.23.0 to 0.23.1 (#216) #467

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read # Clone the repository
steps:
- uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
egress-policy: audit
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
cache: npm
- name: Install dependencies
run: npm ci
- name: Run Formatting checks
run: npm test