Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Bump ext/flecs from d24a9e1 to f9c7c3d #246

Bump ext/flecs from d24a9e1 to f9c7c3d

Bump ext/flecs from d24a9e1 to f9c7c3d #246

Workflow file for this run

name: "Pull request"
on:
pull_request:
types: [assigned, opened, synchronize, reopened]
paths-ignore:
- '**.md'
jobs:
bindgen-job:
uses: "./.github/workflows/bindgen.yml"
build-job:
needs: [bindgen-job]
if: always()
uses: "./.github/workflows/build.yml"
commit-job:
needs: [bindgen-job, build-job]
if: github.actor == 'dependabot[bot]'
uses: "./.github/workflows/commit.yml"

Check failure on line 22 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / Pull request

Invalid workflow file

The workflow is not valid. In .github/workflows/pr.yml (Line: 22, Col: 11): Error from called workflow flecs-hub/flecs-cs/.github/workflows/commit.yml@0aecad545e4d8899a2354b12b4d8bd8be89e3a92 (Line: 29, Col: 13): The identifier 'download' may not be used more than once within the same scope.

Check failure on line 22 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / Pull request

Invalid workflow file

The workflow is not valid. In .github/workflows/pr.yml (Line: 22, Col: 11): Error from called workflow flecs-hub/flecs-cs/.github/workflows/commit.yml@0aecad545e4d8899a2354b12b4d8bd8be89e3a92 (Line: 29, Col: 13): The identifier 'download' may not be used more than once within the same scope.