Skip to content

Update ruby/setup-ruby action to v1.237.0 #236

Update ruby/setup-ruby action to v1.237.0

Update ruby/setup-ruby action to v1.237.0 #236

Workflow file for this run

name: Lint
on:
pull_request:
paths-ignore:
- "LICENSE"
- "README.md"
push:
paths-ignore:
- "LICENSE"
- "README.md"
jobs:
pod_lint:
runs-on: macos-15
timeout-minutes: 10
env:
DEVELOPER_DIR: /Applications/Xcode_16.3.app/Contents/Developer
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
submodules: true
- name: Setup ruby
uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
with:
ruby-version: '3.4.2'
bundler-cache: true
- name: Lint swift-http-structured-headers.podspec
run: make pod_lint
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: reviewdog/action-actionlint@a5524e1c19e62881d79c1f1b9b6f09f16356e281 # v1.65.2
with:
reporter: github-pr-review
level: warning