Skip to content

Commit

Permalink
Merge pull request #60 from puppetlabs/move_to_github_actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcooper committed Apr 12, 2024
2 parents 92ef8f4 + 84d3819 commit 9f6d439
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 12 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/rubocop.yml
@@ -0,0 +1,21 @@
name: Test

on: [push, pull_request]

jobs:
rubocop:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.7.7' ]
steps:
- uses: actions/checkout@master
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run rake default task
run: |
bundle install --jobs=3 --retry=3
bundle exec rake
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

0 comments on commit 9f6d439

Please sign in to comment.