Skip to content

Bump jwt from 2.9.3 to 2.10.1 in the prod-ruby-dependencies group #81

Bump jwt from 2.9.3 to 2.10.1 in the prod-ruby-dependencies group

Bump jwt from 2.9.3 to 2.10.1 in the prod-ruby-dependencies group #81

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3 # [email protected]
with:
bundler-cache: true
- name: lint
run: bundle exec rubocop -c .rubocop.yml lib/ spec/