Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 2.15 KB

README.md

File metadata and controls

38 lines (25 loc) · 2.15 KB

CyberAgent/action-is-installed-xcode

OS Status
macos-latest Test - macOS-latest
macos-14 Test - macOS-14
macos-15 Test - macOS-15

CyberAgent/action-is-installed-xcode checks to see if the same Xcode version as GitHub-hosted is installed.

Usage

- uses: CyberAgent/action-is-installed-xcode@v0
  with:
    success-on-miss: false  # Optional

Please see actions.yml about input parameters.

Motivation

The GitHub-hosted runner installs Xcode under the conditions specified in actions/runner-images.

This action checks whether the self-hosted runner is in the same state as the GitHub-hosted runner when providing the macOS runner.

Development

Build

deno fmt
deno task bundle

Acknowledgement

This repository generated from Kesin11/deno-action-template. Thank you for great work!