Skip to content

build(deps-dev): Bump lint-staged from 14.0.1 to 15.0.1 #33

build(deps-dev): Bump lint-staged from 14.0.1 to 15.0.1

build(deps-dev): Bump lint-staged from 14.0.1 to 15.0.1 #33

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Markdown lint
uses: docker://avtodev/markdown-lint:v1
with:
config: '.markdownlint.yml'
args: '**/*.md'