Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.59 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.59 KB

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