Skip to content

build(deps): bump rack from 3.1.8 to 3.1.10 #537

build(deps): bump rack from 3.1.8 to 3.1.10

build(deps): bump rack from 3.1.8 to 3.1.10 #537

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
rspec:
runs-on: ubuntu-latest
env:
SLACK_TOKEN: "DUMMY"
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.2'
bundler-cache: true
- name: Install dependencies
run: bundle install
- name: Build and test
run: bundle exec rspec
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.2'
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop