Skip to content

Merge branch 'esh-add-build-job' of github.com:eshwen/macOS-setup int… #3

Merge branch 'esh-add-build-job' of github.com:eshwen/macOS-setup int…

Merge branch 'esh-add-build-job' of github.com:eshwen/macOS-setup int… #3

Workflow file for this run

name: Build project
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: build-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
build:
uses: eshwen/adrenaline/.github/workflows/[email protected]

Check failure on line 17 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

invalid value workflow reference: workflow file should have either a '.yml' or '.yaml' file extension
with:
python-version: '3.12'
install-dev-deps: true