Skip to content

Commit

Permalink
feat: setup just action to use just in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroMiola committed Jan 15, 2024
1 parent 00b1754 commit c28d678
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
- name: Install project
run: poetry install --no-interaction

- name: Setup just
uses: taiki-e/install-action@just

- name: Enforce code style (Ruff)
run: just ruff-show-violations

Expand Down

0 comments on commit c28d678

Please sign in to comment.