Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Bromeon committed Oct 11, 2023
1 parent 4daf04a commit d489c22
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: "Install markdownlint-cli2"
run: npm install -g markdownlint-cli2

- name: "Run lint"
run: ./lint.sh

# Disabled because behavior differs slightly from markdownlint (cli)
# - name: "Run lint"
# uses: docker://avtodev/markdown-lint:v1 # fastest way; alternative: avto-dev/markdown-lint@v1
Expand All @@ -78,8 +84,6 @@ jobs:
# config: .github/other/.markdownlint.jsonc




license-guard:
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit d489c22

Please sign in to comment.