Skip to content

Bump faraday from 1.10.0 to 1.10.5 #9

Bump faraday from 1.10.0 to 1.10.5

Bump faraday from 1.10.0 to 1.10.5 #9

Workflow file for this run

name: SwiftLint
on:
push:
branches: stable
pull_request:
jobs:
lint:
name: SwiftLint
runs-on: macos-12
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
-
name: Lint source code
run: bundle exec rake lint:code