File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 18
18
puppet-parser-validate :
19
19
20
20
runs-on : ubuntu-latest
21
-
21
+
22
22
steps :
23
23
- name : Checkout
24
24
uses : actions/checkout@v2
29
29
args : ./
30
30
` ` `
31
31
32
+ If you wish to use a specific version, without needing to rebuild the container
33
+ each time, you can use the version hosted on the [Docker Hub](https://hub.docker.com/r/irasnyd/puppet-parser-validate-action).
34
+
35
+ For example:
36
+
37
+ ` ` ` yaml
38
+ name : Puppet Parser Validate
39
+
40
+ on : [push]
41
+
42
+ jobs :
43
+ puppet-parser-validate :
44
+
45
+ runs-on : ubuntu-latest
46
+
47
+ steps :
48
+ - name : Checkout
49
+ uses : actions/checkout@v2
50
+
51
+ - name : puppet-parser-validate
52
+ uses : docker://irasnyd/puppet-parser-validate-action:5.5.19
53
+ with :
54
+ args : ./
55
+ ` ` `
56
+
32
57
## License
33
58
34
59
The [Dockerfile](Dockerfile) and associated scripts and documentation in this
You can’t perform that action at this time.
0 commit comments