Skip to content

chore(deps): bump minitest from 5.27.0 to 6.0.1 #506

chore(deps): bump minitest from 5.27.0 to 6.0.1

chore(deps): bump minitest from 5.27.0 to 6.0.1 #506

Workflow file for this run

name: Check Pipeline
on:
push:
branches-ignore:
- main
paths-ignore:
- ".gitignore"
- "README.md"
tags-ignore:
- v*
permissions:
contents: write
checks: write
jobs:
update-rbis:
name: Update RBIs
uses: ./.github/workflows/rbi-updater.yml
secrets: inherit
ci:
needs: update-rbis
if: always() && contains(needs.*.result, 'success')
name: CI
uses: ./.github/workflows/ci.yml
secrets: inherit