Skip to content

Commit 73fb7b0

Browse files
committed
Add CI job
1 parent c4033de commit 73fb7b0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
on: [push, pull_request]
2+
3+
name: CI
4+
5+
jobs:
6+
pixi-build:
7+
name: "pixi build"
8+
runs-on: ubuntu-22.04
9+
steps:
10+
- uses: prefix-dev/[email protected]
11+
with:
12+
pixi-version: v0.5.0
13+
cache: true
14+
- run: pixi run build

0 commit comments

Comments
 (0)