Skip to content

Bump express from 4.18.2 to 4.19.2 #207

Bump express from 4.18.2 to 4.19.2

Bump express from 4.18.2 to 4.19.2 #207

Workflow file for this run

name: Rubocop
on: [pull_request, push]
jobs:
rubocop:
name: Rubocop Check Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Rubocop
run: bundle exec rubocop