Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Allow access to ServiceEntry properties (#575)#57

Allow access to ServiceEntry properties (#575)

Allow access to ServiceEntry properties (#575) #57

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

[8]ページ先頭

©2009-2025 Movatter.jp