phpOMS/.github/workflows/main.yml
Dennis Eichhorn 6c84a1e6af fix tests
2023-09-27 01:22:16 +00:00

10 lines
239 B
YAML
Executable File

name: CI
on: [push, pull_request]
jobs:
general_module_workflow:
uses: Karaka-Management/Karaka/.github/workflows/php_template.yml@develop
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_PAT: ${{ secrets.GH_PAT }}