Skip to content

Add CI workflow

Add CI workflow #2

Workflow file for this run

name: "CI"
on: push
jobs:
ruby_linter:
name: Ruby Linter
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Ruby 3.2.0
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
bundler-cache: true
- name: Run standardrb
run: bundle exec standardrb