Skip to content

chore(deps): update dependency faraday to v2.12.2 #163

chore(deps): update dependency faraday to v2.12.2

chore(deps): update dependency faraday to v2.12.2 #163

Workflow file for this run

name: tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout current project revision
uses: actions/checkout@v4
- name: Configure Ruby environment
uses: ruby/setup-ruby@v1
with:
ruby-version: '.tool-versions'
- name: Install Rubocop
run: gem install rubocop
- name: Run lint task with Rubocop
run: rubocop