Skip to content

Update README.md (#104) #121

Update README.md (#104)

Update README.md (#104) #121

name: StandardRB
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- name: Install StandardRB
run: gem install standard
- name: Run StandardRB
run: standardrb