Skip to content

Commit ce345eb

Browse files
committed
minor renamings
1 parent 50d27a9 commit ce345eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ jobs:
9797
key: cache-lychee-${{ github.sha }}
9898
restore-keys: cache-lychee-
9999

100-
- name: Link Checker
100+
- name: Run lychee
101101
uses: lycheeverse/lychee-action@v2
102102
with:
103103
args: --verbose --no-progress --cache --max-cache-age 1d "." --exclude-path "docs/source/_templates/page.html"
104104
fail: true
105105
env:
106-
# This reduces false positive due to rate limits
106+
# This reduces false positives due to rate limits
107107
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
108108

109109
mypy:

0 commit comments

Comments
 (0)