Skip to content

Bump activesupport from 7.0.4.3 to 7.0.7.2 in /test #286

Bump activesupport from 7.0.4.3 to 7.0.7.2 in /test

Bump activesupport from 7.0.4.3 to 7.0.7.2 in /test #286

Workflow file for this run

name: Balto
on: [pull_request, push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
bundler-cache: false
- uses: ./
with:
rootDirectory: test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}