Skip to content

Bump rexml from 3.3.3 to 3.3.6 in /test #303

Bump rexml from 3.3.3 to 3.3.6 in /test

Bump rexml from 3.3.3 to 3.3.6 in /test #303

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