Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add justfile, update pre-commit and github actions configs accordingly #10

Merged
merged 8 commits into from
Jan 24, 2024
Prev Previous commit
Next Next commit
feat: setup just action to use just in gh actions
AlessandroMiola committed Jan 15, 2024
commit c28d678353457def41bcda2ecc1e861e7b488d13
3 changes: 3 additions & 0 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
@@ -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