Skip to content

[pre-commit.ci] pre-commit autoupdate #475

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #475

Workflow file for this run

name: Package Tasks

Check failure on line 1 in .github/workflows/package.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/package.yml

Invalid workflow file

(Line: 43, Col: 9): Job 'check' depends on unknown job 'build'.
on:
repository_dispatch:
types:
- package-master
- package-release
push:
paths-ignore:
- doc/**
- README.md
- ".github/workflows/build.yml"
- ".pre-commit-config.yaml"
branches:
- "**"
tags:
- v*
pull_request:
branches:
- "**"
jobs:
package:
uses: jrl-umi3218/github-actions/.github/workflows/package-project.yml@master
with:
deps: '["jrl-umi3218/mc_rtc"]'
latest-cmake: true
matrix: |
{
"dist": ["bionic", "focal", "jammy"],
"arch": ["amd64"],
"include":
[
{"dist": "bionic", "arch": "i386" }
]
}
secrets:
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
GH_TOKEN: ${{ secrets.GH_PAGES_TOKEN }}
check:
if: always()
name: check-package
runs-on: ubuntu-latest
needs:
- build
steps:
- uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}