This related for xuri/excelize#2227, update docs for the AddComment f… #555
Workflow file for this run
This file contains hidden or 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
| on: [push, pull_request] | |
| name: lint | |
| jobs: | |
| markdown-lint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out code | |
| uses: actions/checkout@v5 | |
| - name: Markdown Linting Action | |
| uses: avto-dev/markdown-lint@v1.5.0 | |
| with: | |
| args: './' | |
| config: '.github/linter-rules.yml' |