Skip to content

Workflow fix

Workflow fix #62

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: '1.0.1'
release: true
- run: |
ocvalidate "OC/config.plist" || exit 1