Skip to content

Bump actions/checkout from 3.6.0 to 6.0.0 #49

Bump actions/checkout from 3.6.0 to 6.0.0

Bump actions/checkout from 3.6.0 to 6.0.0 #49

name: Code Quality Checks
on:
pull_request:
branches: ['master']
types: ['opened', 'reopened', 'synchronize']
permissions:
contents: read
jobs:
build:
name: Code Quality Checks
runs-on: macOS-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: audit
- name: Checkout source branch
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: Install Cocoapods
run: gem install cocoapods
- name: Execute pod lint
run: pod lib lint --no-clean --allow-warnings