Skip to content

Commit

Permalink
chore: only check readme for typos
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed May 18, 2024
1 parent d79592b commit 32fb9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Run lychee
uses: lycheeverse/lychee-action@v1
with:
args: -v *.md
args: -v README.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 32fb9ac

Please sign in to comment.