Skip to content

Commit

Permalink
Move GH Actions to ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
zph committed Feb 7, 2025
1 parent 59600aa commit d4b48f9
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@ jobs:
- name: initialize folders
# Runbook command comes from .hermit/bin/runbook
run: runbook init --skip-confirmation=true
- name: Black formatting
run: pre-commit run black
- name: jupytext hook
run: pre-commit run jupytext
- name: isort hook
run: pre-commit run isort
- name: autoflake hook
run: pre-commit run autoflake
- name: Ruff formatting
run: pre-commit run ruff-format
- name: Ruff linting
run: pre-commit run ruff
- run: just test
- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit d4b48f9

Please sign in to comment.