Skip to content

Bump faraday from 2.14.1 to 2.14.2 in the bundler group across 1 directory #178

Bump faraday from 2.14.1 to 2.14.2 in the bundler group across 1 directory

Bump faraday from 2.14.1 to 2.14.2 in the bundler group across 1 directory #178

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
rubocop:
name: Rubocop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.4"
bundler-cache: true
- name: Run Standard.rb/Rubocop
run: bundle exec standardrb -f github