Skip to content

Replace munge auth plugin by slurm #4548

Replace munge auth plugin by slurm

Replace munge auth plugin by slurm #4548

Workflow file for this run

name: Validate Puppet code
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Test with Rake
run: |
bundle exec rake test
local-tests/puppet-missing-files ./site
- name: Scan for missing variables in documentation
run: |
python3 utils/missing_docs.py