Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Bump cocoapods from 1.12.1 to 1.14.3 #276

Bump cocoapods from 1.12.1 to 1.14.3

Bump cocoapods from 1.12.1 to 1.14.3 #276

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
danger:
runs-on: macos-12
permissions:
pull-requests: write
statuses: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true
cache-version: '1'
- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode_14.2.app/Contents/Developer
- name: Run danger
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bundle exec danger
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1
with:
reporter: github-pr-review
level: warning
renovate-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rinchsan/renovate-config-validator@v0.0.12
with:
pattern: "*.json"