Compare commits
2 Commits
bump-heliu
...
intel-lpmd
| Author | SHA1 | Date | |
|---|---|---|---|
| 7ee21ae6b0 | |||
| ca90ea78aa |
@@ -1,6 +1,8 @@
|
|||||||
name: cache
|
name: cache
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
|
|||||||
12
.gitea/workflows/check.yaml
Normal file
12
.gitea/workflows/check.yaml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: check
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- main
|
||||||
|
pull_request:
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: nix
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- run: nix-fast-build --skip-cached --systems "x86_64-linux aarch64-linux" --no-nom
|
||||||
Reference in New Issue
Block a user