Skip to content

Commit

Permalink
lint with precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Aug 13, 2023
1 parent 82828ee commit 1739664
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/hugo-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
pip install -r requirements.txt
- name: Generate content
run: python tools/generate_events_page.py
run: |
python tools/generate_events_page.py
pre-commit run --all-files
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
Expand Down

0 comments on commit 1739664

Please sign in to comment.