File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 37
37
flags : Pkg.test
38
38
name : codecov-umbrella
39
39
40
+ aqua :
41
+ runs-on : ubuntu-latest
42
+ strategy :
43
+ matrix :
44
+ julia-version :
45
+ - ' 1'
46
+ - ' 1.6'
47
+ - ' nightly'
48
+ fail-fast : false
49
+ steps :
50
+ - uses : actions/checkout@v2
51
+ - uses : julia-actions/setup-julia@v1
52
+ with :
53
+ version : ${{ matrix.julia-version }}
54
+ - uses : tkf/julia-aqua@v1
55
+
40
56
# https://github.com/tkf/julia-code-style-suggesters
41
57
code-style :
42
58
if : always() && github.event.pull_request
47
63
# A job that succeeds if and only if all jobs succeed.
48
64
all-success :
49
65
if : always() && github.event.pull_request
50
- needs : [test, code-style]
66
+ needs : [test, aqua, code-style]
51
67
runs-on : ubuntu-latest
52
68
steps :
53
69
# https://github.com/tkf/merge-conclusions-action
Original file line number Diff line number Diff line change @@ -8,4 +8,6 @@ LLVM = "929cbde3-209d-540e-8aea-75f648917ca0"
8
8
UnsafeAtomics = " 013be700-e6cd-48c3-b4a1-df204f14c38f"
9
9
10
10
[compat ]
11
+ LLVM = " 4.12"
12
+ UnsafeAtomics = " 0.2"
11
13
julia = " 1.6"
You can’t perform that action at this time.
0 commit comments