Skip to content

Bump rack from 3.0.6.1 to 3.0.9.1 in /test #293

Bump rack from 3.0.6.1 to 3.0.9.1 in /test

Bump rack from 3.0.6.1 to 3.0.9.1 in /test #293

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 }}