Skip to content

Adds Bun support

Adds Bun support #1459

Workflow file for this run

name: Rubocop
on: [push, pull_request]
jobs:
build:
name: Rubocop
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
ruby: [
2.7
]
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Rubocop
run: bin/rubocop