Skip to content

feat: stream_from(..., whisper: true) #57

feat: stream_from(..., whisper: true)

feat: stream_from(..., whisper: true) #57

Workflow file for this run

name: Lint Ruby
on:
push:
branches:
- master
paths:
- "**/*.rb"
- "**/*.gemspec"
- ".github/workflows/lint.yml"
pull_request:
paths:
- "**/*.rb"
- "**/*.gemspec"
- ".github/workflows/lint.yml"
jobs:
rubocop:
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: "gemfiles/rubocop.gemfile"
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- name: Lint Ruby code with RuboCop
run: |
bundle exec rubocop