Skip to content

update ruby, gems

update ruby, gems #14

Workflow file for this run

name: PuppetCI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.5
- run: bundle install
- run: bundle exec rake check:symlinks check:git_ignore check:dot_underscore check:test_file
- run: bundle exec rake rubocop
- run: bundle exec rake syntax lint metadata_lint
- run: bundle exec rake spec