Skip to content

πŸ”— GHA

πŸ”— GHA #2

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:
- "main"
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@a42f71c42fccc8ad56d7031fff855d531f5d014a (Line: 149, Col: 13): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.opts.target