Skip to content
Draft
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
12 changes: 12 additions & 0 deletions modules/profile/files/pupmod/_github/workflows/pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,18 @@ 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@v5
- name: 'Install Ruby 2.7'
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- run: bundle exec rake validate:strings

releng-checks:
name: 'RELENG checks'
runs-on: ubuntu-latest
Expand Down