Skip to content

Commit

Permalink
Make format part of the regular CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bvdmitri committed Jan 14, 2025
1 parent 2ecd677 commit a245aee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
# PDF. Note, this should be the same directory as the input
# paper.md
path: paper/paper.pdf
code-style:
runs-on: ubuntu-latest
steps:
- uses: julia-actions/julia-format@v3
test:
name: Tests ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit a245aee

Please sign in to comment.