Skip to content

Commit

Permalink
update lychee config and test ci (#1181)
Browse files Browse the repository at this point in the history
* update lychee args

* change lychee dir

* update lychee config

* add ignore link

* test

* update lychee.toml
  • Loading branch information
geometryolife authored Nov 29, 2023
1 parent 46c0aa8 commit e8bd1d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/link-checker/lychee.toml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ jobs:
uses: lycheeverse/lychee-action@v1.8.0
with:
fail: true
args: .github/link-checker/lychee.toml
2 changes: 2 additions & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
exclude_path = ["crates", "moveos", "examples", "sdk"]
exclude = [ 'dev-seed.rooch.network', 'localhost', '127.0.0.1', 'https://twitter.com/RoochNetwork', 'conduct@rooch.network' ]

0 comments on commit e8bd1d8

Please sign in to comment.