Skip to content

chore(deps): update all non-major dependencies (#43) #34

chore(deps): update all non-major dependencies (#43)

chore(deps): update all non-major dependencies (#43) #34

Workflow file for this run

name: ci
on:
push:
paths:
- 'lib/**'
- 'spec/**'
- 'Gemfile.lock'
- 'Gemfile'
branches:
- '*'
env:
CI: true
jobs:
build:
runs-on: ubuntu-18.04
timeout-minutes: 20
steps:
- uses: styfle/cancel-workflow-action@0.11.0
with:
workflow_id: build-docker.yml
access_token: ${{ github.token }}
- uses: actions/checkout@v4
with:
fetch-depth: 30
persist-credentials: false
- uses: ruby/setup-ruby@v1
- run: bundle install
- run: bundle exec rake