Skip to content
box

GitHub Action

Setup ocvalidate

v0.3.3 Latest version

Setup ocvalidate

box

Setup ocvalidate

Setup ocvalidate and add it to the PATH

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup ocvalidate

uses: brokeyourbike/[email protected]

Learn more about this action in brokeyourbike/ocvalidate-action

Choose a version

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