Skip to content

README.MD re-write

README.MD re-write #59

Workflow file for this run

name: tests
on:
push:
branches:
- master
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
test-configs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: brokeyourbike/[email protected]
with:
opencore-version: '0.9.9'
release: true
- run: |
ocvalidate "OC/config.plist" || exit 1