Skip to content

Bump puma from 6.4.0 to 6.4.2 in /api-stubs #225

Bump puma from 6.4.0 to 6.4.2 in /api-stubs

Bump puma from 6.4.0 to 6.4.2 in /api-stubs #225

Workflow file for this run

name: frontend lint and test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
- name: Run lint
run: make lint
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
- name: Run tests
run: make test