Skip to content

Use backend-build-workflows workflow for rust jobs #525

Use backend-build-workflows workflow for rust jobs

Use backend-build-workflows workflow for rust jobs #525

Workflow file for this run

name: Rust workflow
# Trigger the CI on any tags, pushes to any branch and PRs to any branch.
on:
push:
branches: [ "main" ]
tags: [ "*" ]
pull_request:
branches: [ "*" ]
# Make sure there is no pipeline running uselessly.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# Defined CI jobs.
jobs:
tests:
uses: famedly/backend-build-workflows/.github/workflows/rust-workflow.yml@8c5b09a6645882db57c0f4b4a5d1eda474e3cce4

Check failure on line 19 in .github/workflows/rust-workflow.yml

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/rust-workflow.yml" -> "famedly/backend-build-workflows/.github/workflows/rust-workflow.yml@8c5b09a6645882db57c0f4b4a5d1eda474e3cce4" : You have an error in your yaml syntax on line 46
secrets: inherit