Skip to content

Commit

Permalink
Update .github/workflows/checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Dec 18, 2024
1 parent 2d332d6 commit b663e2c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ jobs:
- name: install dependencies
run: npm install

- name: Restore lychee cache
uses: actions/cache@v4
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
restore-keys: cache-lychee-

- name: run markdown-link-check
run: make markdown-link-check

Expand Down

0 comments on commit b663e2c

Please sign in to comment.