Skip to content

Bump version to 1.2.0 #782

Bump version to 1.2.0

Bump version to 1.2.0 #782

Workflow file for this run

name: lint
# Push is scoped so a pull request runs this once rather than twice. Tags are
# here so a release runs the checks against the tree it is about to publish.
on:
push:
branches: [main]
tags:
- "v*"
pull_request:
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7.0.1
- uses: ruby/setup-ruby@v1.321.0
with:
ruby-version: ruby
bundler-cache: true
- run: bundle exec rake rubocop