Skip to content

Main

Main #2

Workflow file for this run

name: "Main"
on:
workflow_dispatch:
pull_request:
types: [assigned, opened, synchronize, reopened]
jobs:
build-job:

Check failure on line 10 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Main

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 10, Col: 3): The workflow must contain at least one job with no dependencies.
name: "Build"
needs: [bindgen-job]
uses: "./.github/workflows/build.yml"