Skip to content

Clean up README content #66

Clean up README content

Clean up README content #66

Workflow file for this run

name: Validate
on:
push:
paths-ignore:
- 'docs/**'
workflow_dispatch:
release:
types: [published]
jobs:
build:
name: Validate
runs-on: macos-15
if: github.repository_owner == 'hackdoc'
steps:
- uses: actions/checkout@v4
- name: Setup Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Validate
run: |
/Library/Frameworks/Python.framework/Versions/3.11/bin/python3 -m pip install -r requirements.txt
/Library/Frameworks/Python.framework/Versions/3.11/bin/python3 -m pip install packaging
rm -rf Univ*
aria2c -x 16 "https://github.com/hackdoc/PatcherSupportPkg/releases/download/push-8f0fc7d8311f13b55a05287db5e873d1a19fb5a8/Universal-Binaries.dmg"
/Library/Frameworks/Python.framework/Versions/3.11/bin/python3 OCLP-R-GUI.command --validate