Skip to content

Merge pull request #1 from Astraly-Labs/feat/poc #8

Merge pull request #1 from Astraly-Labs/feat/poc

Merge pull request #1 from Astraly-Labs/feat/poc #8

Workflow file for this run

---
name: Workflow - Pull Request
on:
workflow_dispatch:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
linters:
name: Run linters
uses: ./.github/workflows/linters.yml
rust_build:
name: Build Rust project
uses: ./.github/workflows/rust-build.yml
linters_cargo:
name: Run Cargo linters
uses: ./.github/workflows/linters-cargo.yml
needs: rust_build
coverage:
name: Run coverage
uses: ./.github/workflows/coverage.yml

Check failure on line 27 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pull-request.yml" -> "./.github/workflows/coverage.yml" : failed to fetch workflow: workflow was not found.
needs: rust_build