Skip to content

Commit

Permalink
added clear of pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sofia Calgaro committed Feb 7, 2025
1 parent 7382f46 commit 45d874c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/Format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ jobs:
code-style:
runs-on: ubuntu-latest
steps:
- uses: julia-actions/julia-format@v3
- name: Install pre-commit hooks
run: pre-commit install

- name: Clear pre-commit cache
run: pre-commit clean

- name: Run Julia formatter
uses: julia-actions/julia-format@v3
with:
version: '1' # Set `version` to '1.0.54' if you need to use JuliaFormatter.jl v1.0.54 (default: '1')
suggestion-label: 'format-suggest' # leave this unset or empty to show suggestions for all PRs

0 comments on commit 45d874c

Please sign in to comment.