Skip to content

Bump rubocop-minitest from 0.33.0 to 0.34.1 #78

Bump rubocop-minitest from 0.33.0 to 0.34.1

Bump rubocop-minitest from 0.33.0 to 0.34.1 #78

Workflow file for this run

name: CI
on:
push:
paths-ignore:
- ".github/**"
- ".gitignore"
- "README.md"
jobs:
validate:
name: Validate code
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
-
name: RuboCop
run: bin/rubocop
-
name: Typecheck
run: bin/srb tc
-
name: Check for Updatable Sigils
run: |
bin/spoom bump --from false --to true --dry
bin/spoom bump --from true --to strict --dry
-
name: Check for DSL rbi updates
run: bin/tapioca dsl --verify
-
name: Run Tests
run: bin/toys test