Skip to content

Inital commit

Inital commit #3

Workflow file for this run

name: πŸ”— GHA
on:
workflow_dispatch:
pull_request:
branches:
- "*"
paths-ignore:
- "**/*.md"
- "LICENSE"
- "**/*.png"
- "**/*.svg"
- ".github/ISSUE_TEMPLATE/*"
- ".github/CODEOWNERS"
- "project/demo/*"
push:
branches:
- "master"
paths-ignore:
- "**/*.md"
- "LICENSE"
- "**/*.png"
- "**/*.svg"
- ".github/ISSUE_TEMPLATE/*"
- ".github/CODEOWNERS"
- "project/demo/*"
jobs:
static-checks:
name: πŸ“Š Static checks
uses: ./.github/workflows/static-checks.yml
gdextension-build:
name: βš™οΈ GDExtension
needs: static-checks
uses: ./.github/workflows/gdextension.yml

Check failure on line 36 in .github/workflows/runner.yml

View workflow run for this annotation

GitHub Actions / πŸ”— GHA

Invalid workflow file

The workflow is not valid. In .github/workflows/runner.yml (Line: 36, Col: 11): Error from called workflow WeaselGames/godot_luaCodeEdit/.github/workflows/gdextension.yml@b794d8a0ce8ca34114d48a3ad1dbd3c3a6912f70 (Line: 149, Col: 13): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.opts.target