Skip to content

[Snyk] Security upgrade berkshelf from 7.0.10 to 7.1.0 #75

[Snyk] Security upgrade berkshelf from 7.0.10 to 7.1.0

[Snyk] Security upgrade berkshelf from 7.0.10 to 7.1.0 #75

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
verify:
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: test/Gemfile
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rake --rakefile=test/Rakefile lint