Skip to content

Add patch for text OR markdown text to chat.* methods #81

Add patch for text OR markdown text to chat.* methods

Add patch for text OR markdown text to chat.* methods #81

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
rubocop:
name: RuboCop
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: '3.4'
- run: bundle exec rubocop