Skip to content

add upload

add upload #2

Workflow file for this run

on:
push:
defaults:
run:
working-directory: ./tests/rust
jobs:
lint:
uses: ./.github/workflows/call-rust-lint.yml

Check failure on line 10 in .github/workflows/rust-ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/rust-ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/rust-ci.yml" -> "./.github/workflows/call-rust-lint.yml" : failed to fetch workflow: workflow was not found.
with:
clippy: "false"
build:
needs: lint
uses: ./.github/workflows/call-rust-build.yml
containeraized:
needs: build
permissions:
contents: read
packages: write
uses: ./.github/workflows/call-containerize.yml
with:
version: ${{ needs.build.outputs.version }}