add checks
All checks were successful
checks / checks (push) Successful in 6m26s

This commit is contained in:
2025-06-16 19:11:29 +04:00
parent 64e0b4e536
commit 3ac0fdeae2
3 changed files with 18 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
name: checks
on:
push:
branches:
- main
jobs:
checks:
runs-on: nix
steps:
- uses: actions/checkout@v4
- run: nix flake check -L

12
flake.lock generated
View File

@@ -67,18 +67,18 @@
},
"process-compose-wrapper": {
"locked": {
"lastModified": 1743615288,
"narHash": "sha256-X7beZH4dxMDkFqOJRB5daCkTMdgo90nZ62VwbFol55M=",
"lastModified": 1747144888,
"narHash": "sha256-qxIPqNf4JS9Gz138MP+UOSk7PAsIniDhW0NvOeaC/Ek=",
"ref": "dev",
"rev": "c0f01d143e56669d4ea174ddc882d8c6ca85f55c",
"revCount": 85,
"rev": "948180a09c429d24648d283212a09ff0f50b2815",
"revCount": 86,
"type": "git",
"url": "https://gitlab.scug.io/Nikkuss/process-compose-wrapper.git"
"url": "https://git.scug.io/nikkuss/process-compose-wrapper.git"
},
"original": {
"ref": "dev",
"type": "git",
"url": "https://gitlab.scug.io/Nikkuss/process-compose-wrapper.git"
"url": "https://git.scug.io/nikkuss/process-compose-wrapper.git"
}
},
"root": {

View File

@@ -8,7 +8,7 @@
flake-utils.url = "github:numtide/flake-utils";
process-compose-wrapper = {
url = "git+https://gitlab.scug.io/Nikkuss/process-compose-wrapper.git?ref=dev";
url = "git+https://git.scug.io/nikkuss/process-compose-wrapper.git?ref=dev";
};
rust-overlay = {
url = "github:oxalica/rust-overlay";