Skip to content

Commit

Permalink
Add lint and test to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonykalavera committed Jul 22, 2024
1 parent 33c333a commit 4c08213
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pelican.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
uses: Gr1N/setup-poetry@v9
- name: Install dependencies
run: poetry install --no-interaction
- name: Run tests
run: make lint test
- name: Configure GitHub Pages
uses: actions/configure-pages@v5
- name: Build
Expand Down

0 comments on commit 4c08213

Please sign in to comment.