Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,19 @@ jobs:
- run: bundle exec rake check:dot_underscore
- run: bundle exec rake check:test_file

reference:
name: 'REFERENCE.md freshness'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: 'Install Ruby 3.4'
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4.9
bundler-cache: true
- name: 'Check REFERENCE.md freshness'
run: bundle exec rake validate:strings

releng-checks:
name: 'RELENG checks'
runs-on: ubuntu-latest
Expand Down Expand Up @@ -122,3 +135,4 @@ jobs:
- run: 'command -v rpm || if command -v apt-get; then sudo apt-get update; sudo apt-get install -y rpm; fi ||:'
- run: 'bundle exec rake parallel_spec'
continue-on-error: ${{matrix.puppet.experimental}}