File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 2626 - name : Run ShellCheck
2727 run : shellcheck -x tasks/*.sh files/*.sh
2828
29- reference-check :
30- runs-on : ubuntu-latest
31- steps :
32- - uses : actions/checkout@v4
33- - uses : ruby/setup-ruby@v1
34- with :
35- # Not testing 3.4 yet, puppet fails to load here:
36- # bundler: failed to load command: puppet (/home/jpartlow/.rbenv/versions/3.4.3/lib/ruby/gems/3.4.0/bin/puppet)
37- # /home/jpartlow/.rbenv/versions/3.4.3/lib/ruby/gems/3.4.0/bundler/gems/puppet-6992edd1da38/lib/puppet/feature/base.rb:21:in '<top (required)>': Cannot determine basic system flavour (Puppet::Error)
38- ruby-version : ' 3.3'
39- bundler-cache : true
40- - name : Regenerate REFERENCE.md
41- run : bundle exec puppet strings generate --format markdown
42- - name : Check whether REFERENCE.md has uncommitted changes
43- run : git diff --exit-code REFERENCE.md
44-
4529 test-install-task-on-ubuntu :
4630 strategy :
4731 matrix :
You can’t perform that action at this time.
0 commit comments