File tree 3 files changed +24
-12
lines changed
3 files changed +24
-12
lines changed Original file line number Diff line number Diff line change 1
- name : Validate Docker
1
+ name : Validate Debian
2
2
3
3
on :
4
4
pull_request :
5
5
branches :
6
6
- master
7
7
paths :
8
- - ' **/Dockerfile'
9
- - ' .github/workflows/** '
8
+ - ' **/buster/ Dockerfile'
9
+ - ' .github/workflows/debian.yml '
10
10
11
11
jobs :
12
12
build-smoke-test :
@@ -38,19 +38,12 @@ jobs:
38
38
${{ matrix.ghc_minor }}/${{ matrix.deb }}
39
39
- uses : actions/checkout@v2
40
40
with :
41
- repository : docker-library/official-images
41
+ repository : AlistairB/official-images
42
+ ref : haskell-sh
42
43
path : official-images
43
44
- name : run official-images tests
44
45
run : ./official-images/test/run.sh haskell:${{ matrix.ghc }}-${{ matrix.deb }}
45
46
46
- hadolint :
47
- runs-on : ubuntu-latest
48
- steps :
49
- - uses : actions/checkout@v2
50
- -
uses :
hadolint/[email protected]
51
- with :
52
- recursive : true
53
-
54
47
emulated-architecture-tests :
55
48
timeout-minutes : 60
56
49
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change
1
+ name : Hadolint
2
+
3
+ on :
4
+ pull_request :
5
+ branches :
6
+ - master
7
+ paths :
8
+ - ' **/Dockerfile'
9
+ - ' .github/workflows/lint.yml'
10
+
11
+ jobs :
12
+ hadolint :
13
+ runs-on : ubuntu-latest
14
+ steps :
15
+ - uses : actions/checkout@v2
16
+ -
uses :
hadolint/[email protected]
17
+ with :
18
+ recursive : true
Original file line number Diff line number Diff line change 2
2
# https://github.com/hadolint/hadolint/wiki/DL3008
3
3
# Don't want to micro manage the dependency versions.
4
4
- DL3008
5
+ - DL3018
5
6
# https://github.com/hadolint/hadolint/wiki/DL3003
6
7
# Using cd /tmp is a very convenient way to clean up after a step.
7
8
- DL3003
You can’t perform that action at this time.
0 commit comments