Skip to content

Add basic support for MoonScript. #1

Add basic support for MoonScript.

Add basic support for MoonScript. #1

Workflow file for this run

name: PR Build
on:
workflow_dispatch:
pull_request:
types: [ labeled ]
jobs:
call-build:
if: ${{ github.event.label.name == 'build' }}
name: Build
uses: ./.github/workflows/build.yml

Check failure on line 12 in .github/workflows/pr-on-label.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-on-label.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr-on-label.yml" -> "./.github/workflows/build.yml" : workflow is not reusable as it is missing a `on.workflow_call` trigger