Skip to content

Bump ruby/setup-ruby from 1.204.0 to 1.205.0 #1122

Bump ruby/setup-ruby from 1.204.0 to 1.205.0

Bump ruby/setup-ruby from 1.204.0 to 1.205.0 #1122

Workflow file for this run

name: Lint
on:
pull_request:
workflow_dispatch:
jobs:
swiftlint:
name: SwiftLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: norio-nomura/action-swiftlint@9f4dcd7fd46b4e75d7935cf2f4df406d5cae3684 # 3.2.1
with:
args: --strict
check-license-headers:
name: License Headers
runs-on: macos-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: ./Scripts/ensure_license
lint-podspec:
name: CocoaPods
runs-on: macos-13
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ruby/setup-ruby@540484a3c0f308b08619664ec40bf6c371d172c3 # v1.205.0
with:
bundler-cache: true
- run: bundle exec pod lib lint --allow-warnings