Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinKaisermayer committed Jan 19, 2025
1 parent 310e4cf commit 003279f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/FormatCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Format check
run: |
julia -e '
out = Cmd(`git diff --name-only`) |> read |> String
out = Cmd(`git diff`) |> read |> String
if out == ""
exit(0)
else
Expand Down

0 comments on commit 003279f

Please sign in to comment.