Skip to content

ci: add version to reuseable workflow #23

ci: add version to reuseable workflow

ci: add version to reuseable workflow #23

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
paths:
- 'src/**'
- 'Cargo.*'
env:
CARGO_TERM_COLOR: always
jobs:
check:
uses: niveK77pur/lilypond-midi-input/blob/master/.github/workflows/check.yml@master

Check failure on line 15 in .github/workflows/rust.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/rust.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
build-debian:
needs: check
uses: niveK77pur/lilypond-midi-input/blob/master/.github/workflows/docker-build.yml@master
with:
arch: debian
build-archlinux:
needs: check
uses: niveK77pur/lilypond-midi-input/blob/master/.github/workflows/docker-build.yml@master
with:
arch: archlinux