Skip to content

Commit

Permalink
Merge pull request #21 from brokeyourbike/main
Browse files Browse the repository at this point in the history
Validate config with ocvalidate.
  • Loading branch information
happylzyy committed May 12, 2023
2 parents d0f4df1 + b86afc6 commit 52c3923
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: tests
on:
push:
branches:
- main
pull_request:
jobs:
ocvalidate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: brokeyourbike/ocvalidate-action@v0.3
with:
opencore-version: '0.9.0'
release: true

- run: ocvalidate ./OC/config.plist

0 comments on commit 52c3923

Please sign in to comment.