Skip to content

Bump to minitest 6.0 #72

Bump to minitest 6.0

Bump to minitest 6.0 #72

Workflow file for this run

name: Linting
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler: latest
bundler-cache: true
- name: Rubocop
run: bin/rubocop
- name: Syntax tree
run: bin/stree check Gemfile $(git ls-files '*.rb') $(git ls-files '*.rake') $(git ls-files '*.thor')