Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
s-martin authored Mar 16, 2024
1 parent 2909970 commit 5b12457
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/markdown_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

#- name: Set up Node.js
#uses: actions/setup-node@v1
#with:
#node-version: '12'

#- name: Lint Markdown files
#uses: nosborn/[email protected]
#with:
#files: .
#dot: false
#ignore_files: documentation/developers/docstring/*


#- name: Lint Markdown files
#uses: igorshubovych/markdownlint-cli@master
#with:
#config: .markdownlint.json
#ignore: node_modules/

- uses: DavidAnson/markdownlint-cli2-action@v15
- name: Linting markdown
uses: DavidAnson/markdownlint-cli2-action@v15
with:
globs: |
README.md
Expand Down

0 comments on commit 5b12457

Please sign in to comment.