Skip to content

Added an exit button #44

Added an exit button

Added an exit button #44

Workflow file for this run

name: ci
on: pull_request
jobs:
linux:
uses: ChristopherHX/linux-packaging-scripts/.github/workflows/main.yml@main

Check failure on line 5 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "ChristopherHX/linux-packaging-scripts/.github/workflows/main.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
submodule-refs: |-
[
{
"project": "mcpelauncher-ui",
"path": "mcpelauncher-ui-qt",
"ref": ${{ tojson(github.sha) }}
}
]
macOS:
uses: ChristopherHX/osx-packaging-scripts/.github/workflows/main.yml@main
with:
submodule-refs: |-
[
{
"project": "mcpelauncher-ui",
"path": "mcpelauncher-ui-qt",
"ref": ${{ tojson(github.sha) }}
}
]