Skip to content

Bump actions/checkout from 6 to 7 #132

Bump actions/checkout from 6 to 7

Bump actions/checkout from 6 to 7 #132

Workflow file for this run

# Main workflow file. This complex workflow declares
# primary automated jobs that are relevant to
# building and testing HyperCPU.
name: HyperCPU CI/CD Pipeline
on:
push:
jobs:
prepare:
uses: ./.github/workflows/mainline-prepare.yml
compile:
needs: prepare
uses: ./.github/workflows/mainline-compile.yml
format:
needs: prepare
uses: ./.github/workflows/mainline-format.yml
lint:
needs: prepare
uses: ./.github/workflows/mainline-lint.yml