Skip to content

feat: add sprig device mode integration #7

feat: add sprig device mode integration

feat: add sprig device mode integration #7

name: Code Quality Checks
on:
pull_request:
branches: ['main']
types: ['opened', 'reopened', 'synchronize']
jobs:
build:
name: Code Quality Checks
runs-on: macOS-latest
steps:
- name: Checkout source branch
uses: actions/checkout@v4
- name: Install Cocoapods
run: gem install cocoapods
- name: Execute pod lint
run: pod lib lint --no-clean --allow-warnings