chore(deps-dev): update rector/rector requirement from ^0.19 to ^0.19 || ^1.0 #254
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: lint markdown | |
on: [ push, pull_request ] | |
jobs: | |
lint-markdown: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Set node version | |
uses: actions/setup-node@v4 | |
- name: Install lint-md | |
run: npm install -g @lint-md/cli | |
- name: Lint markdown | |
run: lint-md --config .lintmdrc ./*.md ./.github/ ./docs/ |