Skip to content

Prepend bun binary path to PATH. Load and initialize all integrations… #37

Prepend bun binary path to PATH. Load and initialize all integrations…

Prepend bun binary path to PATH. Load and initialize all integrations… #37

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
rubocop:
name: Rubocop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.4"
bundler-cache: true
- name: Run Standard.rb/Rubocop
run: bundle exec standardrb -f github