Skip to content

Commit bae223e

Browse files
committed
Remove unused approach to format checking
1 parent 491b3aa commit bae223e

File tree

3 files changed

+0
-32
lines changed

3 files changed

+0
-32
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,6 @@ jobs:
4444
- name: Run tests
4545
run: |
4646
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
5747
docs:
5848
name: Documentation
5949
runs-on: ubuntu-latest

scripts/format.jl

Lines changed: 0 additions & 4 deletions
This file was deleted.

scripts/format_check.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)