Skip to content

New version of Swinject 2.10.0 #2

New version of Swinject 2.10.0

New version of Swinject 2.10.0 #2

Workflow file for this run

# This is the First Workflow for Testing with Github Actions
name: Pod Lint
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
pod-lint:
runs-on: macos-15
env:
ENCODING: LC_CTYPE=en_US.UTF-8
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Inspect Environment
run: xcrun simctl list
shell: bash
- name: Linting PodSpec for Cocoapods
run: export "${{ env. ENCODING }}" | pod lib lint --verbose
shell: bash