We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491b3aa commit bae223eCopy full SHA for bae223e
.github/workflows/CI.yml
@@ -44,16 +44,6 @@ jobs:
44
- name: Run tests
45
run: |
46
cd test && julia --project=. ./runtests.jl
47
- test-format:
48
- runs-on: ubuntu-latest
49
- steps:
50
- - uses: actions/checkout@v4
51
- - uses: julia-actions/cache@v2
52
- - name: Install JuliaFormatter and format
53
- shell: bash
54
- run: |
55
- julia -e 'import Pkg; Pkg.add("JuliaFormatter")'
56
- ./scripts/format_check.sh
57
docs:
58
name: Documentation
59
runs-on: ubuntu-latest
scripts/format.jl
scripts/format_check.sh
0 commit comments