Skip to content

Commit 06d2c4a

Browse files
committed
[skip ci] Remove JuliaFormatter due to chaning @aml macro look
1 parent 68ad5f4 commit 06d2c4a

File tree

3 files changed

+9
-23
lines changed

3 files changed

+9
-23
lines changed

.JuliaFormatter.toml

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

.github/workflows/Format.yml

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

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
- pull_request
55
jobs:
66
test:
7+
if: "!contains(github.event.head_commit.message, '[skip ci]')"
78
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
89
runs-on: ${{ matrix.os }}
910
strategy:
@@ -29,3 +30,11 @@ jobs:
2930
- uses: julia-actions/julia-uploadcodecov@latest
3031
env:
3132
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
33+
34+
35+
Skip:
36+
if: "contains(github.event.head_commit.message, '[skip ci]')"
37+
runs-on: ubuntu-latest
38+
steps:
39+
- name: Skip CI 🚫
40+
run: echo skip ci

0 commit comments

Comments
 (0)