Skip to content

build: separate jobs #16

build: separate jobs

build: separate jobs #16

Workflow file for this run

name: Continuous
on:
push:
branches:
- 'main'
jobs:
QC:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository and Submodules
uses: actions/checkout@v4
- name: Quality Control
uses: "./.github/workflows/qc"
Documentation:
- name: Checkout Repository and Submodules

Check failure on line 16 in .github/workflows/continuous.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/continuous.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
uses: actions/checkout@v4
- name: Build & Deploy Documentation
uses: "./.github/workflows/docs"