Skip to content

Add relevant links to Turbo Broadcasts section #27

Add relevant links to Turbo Broadcasts section

Add relevant links to Turbo Broadcasts section #27

Workflow file for this run

name: CI
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- name: Install Dependencies
run: bundle install
- name: Run RuboCop
run: bundle exec rubocop
- name: Run Tests
run: bundle exec rspec