Skip to content

Commit

Permalink
root
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexendoo committed Apr 11, 2024
1 parent 61cae91 commit 934458a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/remark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: '18.x'

- name: Install remark
run: cd remark && npm ci
run: npm ci

- name: Install mdbook
run: |
Expand All @@ -34,7 +34,7 @@ jobs:
# Run
- name: Check *.md files
run: ./remark/node_modules/.bin/remark -u lint -f .
run: ./node_modules/.bin/remark -u lint -f .

- name: Linkcheck book
run: |
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 934458a

Please sign in to comment.