File tree Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,18 @@ jobs:
1212 strategy :
1313 matrix :
1414 stack-yaml :
15+ - stack-nightly.yaml
1516 - stack.yaml
16- - stack-hoauth2-2.0.yaml
17- - stack-hoauth2-2.2.yaml
18- - stack-hoauth2-2.3.yaml
1917 - stack-lts-17.4.yaml
2018 - stack-lts-16.10.yaml
2119 - stack-lts-13.2.yaml
20+ - stack-hoauth2-2.0.yaml
21+ - stack-hoauth2-2.2.yaml
22+ - stack-hoauth2-2.3.yaml
2223 fail-fast : false
2324
2425 steps :
25- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v3
2627 - uses : freckle/stack-cache-action@v2
2728 with :
2829 stack-yaml : ${{ matrix.stack-yaml }}
@@ -34,23 +35,10 @@ jobs:
3435 lint :
3536 runs-on : ubuntu-latest
3637 steps :
37- - uses : actions/checkout@v2
38+ - uses : actions/checkout@v3
3839 - run :
3940 curl --output .hlint.yaml https://raw.githubusercontent.com/pbrisbin/dotfiles/master/hlint.yaml
4041 - uses : rwe/actions-hlint-setup@v1
4142 - uses : rwe/actions-hlint-run@v2
4243 with :
4344 fail-on : warning
44-
45- nightly :
46- runs-on : ubuntu-latest
47-
48- steps :
49- - uses : actions/checkout@v2
50- - uses : freckle/stack-cache-action@v2
51- with :
52- stack-yaml : stack-nightly.yaml
53- - uses : freckle/stack-action@v3
54- with :
55- stack-yaml : stack-nightly.yaml
56- stack-arguments : --resolver nightly
You can’t perform that action at this time.
0 commit comments