Skip to content

ci: refactor how they run #3

ci: refactor how they run

ci: refactor how they run #3

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
precommit:
uses: ./.github/workflows/precommit-reusable.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "./.github/workflows/precommit-reusable.yml" : failed to fetch workflow: workflow was not found.
hopp-core:
needs: precommit
uses: ./.github/workflows/hopp-core-reusable.yml
tauri-rust:
needs: precommit
uses: ./.github/workflows/hopp-core-reusable.yml