Skip to content

Commit

Permalink
ci: Update julia-format action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
musoke committed Dec 5, 2023
1 parent d557bdd commit 2493dcf
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/JuliaFormatter.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
name: JuliaFormatter

name: Format suggestions
on:
push:
branches:
- 'main'
- 'release-'
tags: '*'
pull_request:

jobs:
format:
code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: musoke/julia-format@git-safe
with:
args: -v .
- uses: julia-actions/julia-format@v2

0 comments on commit 2493dcf

Please sign in to comment.