Skip to content

CI worflow

CI worflow #1

Workflow file for this run

name: Presubmit
on:
push:
branches:
- "main"
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
sabitu-client:
uses: ./.github/workflows/presubmit_sabitu_client.yml
secrets:
SABITOU_CLIENT_TOKEN_WRITE_CONTENTS: ${{ secrets.SABITOU_CLIENT_TOKEN_WRITE_CONTENTS }}
scripts:
uses: ./.github/workflows/presubmit_scripts.yml
spellcheck:
uses: ./.github/workflows/presubmit_spellcheck.yml
yaml:
uses: ./.github/workflows/presubmit_yaml.yml

Check failure on line 25 in .github/workflows/presubmit.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/presubmit.yml

Invalid workflow file

error parsing called workflow ".github/workflows/presubmit.yml" -> "./.github/workflows/presubmit_yaml.yml" : failed to fetch workflow: workflow was not found.
unit-tests-finished:
needs: [sabitu-client]
runs-on: [self-hosted, Linux]
steps:
- uses: coverallsapp/github-action@v2
with:
parallel-finished: true
carryforward: true