Skip to content

Commit

Permalink
moved the linter to check for broken file references
Browse files Browse the repository at this point in the history
  • Loading branch information
Danil42Russia committed Jan 26, 2025
1 parent a71d344 commit caf07e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,11 @@ jobs:
- name: Check there are no unused dependencies
run: |
yarn knip
- name: Check broken file references in internal documentation
uses: lycheeverse/lychee-action@v2
with:
args: "-n -s file --exclude-path node_modules --exclude-path docs './**/*.md'"
output: "/dev/stdout"
fail: true
failIfEmpty: false
9 changes: 0 additions & 9 deletions .github/workflows/tact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,6 @@ jobs:
run: |
yarn coverage
- name: Check broken file references in internal documentation
if: runner.os == 'Linux'
uses: lycheeverse/lychee-action@v2
with:
args: "-n -s file --exclude-path node_modules --exclude-path docs './**/*.md'"
output: "/dev/stdout"
fail: true
failIfEmpty: false

- name: Show an example .pkg file on Windows
if: runner.os == 'Windows'
run: |
Expand Down

0 comments on commit caf07e0

Please sign in to comment.