Skip to content

ci: try this

ci: try this #3

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:
branches: [master]
pull_request:
branches: [master]
jobs:
prepare:
uses: .github/workflows/mainline-prepare.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/mainline.yml

Invalid workflow file

invalid value workflow reference: no version specified
package:
needs: prepare
uses: .github/workflows/mainline-compile.yml