Skip to content

Commit

Permalink
Add build job
Browse files Browse the repository at this point in the history
To check the project installs properly
  • Loading branch information
eshwen committed Sep 1, 2024
1 parent ff399a4 commit 2eff8d1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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/[email protected]
with:
python-version: '3.12'
install-dev-deps: true

0 comments on commit 2eff8d1

Please sign in to comment.