Skip to content

Merge pull request #43 from collectiveidea/tweak-github-publish-action #22

Merge pull request #43 from collectiveidea/tweak-github-publish-action

Merge pull request #43 from collectiveidea/tweak-github-publish-action #22

Workflow file for this run

name: standardrb
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.1
bundler-cache: true
cache-version: 1
- name: Run Standard Ruby
run: bundle exec rake standard