Skip to content

Commit

Permalink
Add lyche --no-progress flag
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaIng committed Oct 10, 2021
1 parent e5ece1a commit e4636dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
run: cargo install --git https://github.com/lycheeverse/lychee --branch local-files
- name: Run lychee to check Markdown and HTML files
if: always() && steps.lychee.outcome == 'success'
run: lychee -X head -b '.' --github-token '${{ secrets.GITHUB_TOKEN }}' -v '**/*.md' '**/*.html'
run: lychee -X head -b '.' --github-token '${{ secrets.GITHUB_TOKEN }}' -v --no-progress '**/*.md' '**/*.html'

0 comments on commit e4636dc

Please sign in to comment.