Skip to content

Set up your GitHub Actions workflow with a specific version of ocvalidate from the OpenCore

License

Notifications You must be signed in to change notification settings

brokeyourbike/ocvalidate-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

ocvalidate-action

Latest Stable Version Maintainability Test Coverage

Set up your GitHub Actions workflow with a specific version of ocvalidate from the OpenCore

Usage

See action.yml

Basic:

steps:
  - uses: actions/checkout@v3
  - uses: brokeyourbike/[email protected]
    with:
      opencore-version: '0.8.0' # OpenCore version to download and use.
  - run: ocvalidate config.plist

Arguments

Input Description Usage
opencore-version OpenCore version to download and use *Required
release Should we download release version of the OpenCore. Defaults to true Optional

Authors

License

The scripts and documentation in this project are released under the MPL-2.0