Skip to content

Commit 52c24ae

Browse files
committed
CI: Cleanup redundant jobs
The default action that we distribute via modulesync already checks the REFERENCE.md and does all the linting.
1 parent 755b2f1 commit 52c24ae

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/pr_testing.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,6 @@ jobs:
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:

0 commit comments

Comments
 (0)