Skip to content

Prepare release

Prepare release #2

Workflow file for this run

name: ruby-lint
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '3.4.1'
steps:

Check failure on line 17 in .github/workflows/ruby-lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ruby-lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the linter
run: bundle exec rubocop