Skip to content

Commit fea420b

Browse files
committed
Merge remote-tracking branch 'clan/main' into HEAD
2 parents 6ae23c7 + 41481c2 commit fea420b

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

.gitea/workflows/ci.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Tests
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- main
7+
jobs:
8+
tests:
9+
runs-on: nix
10+
steps:
11+
- uses: actions/checkout@v4
12+
- run: nix eval .#tests

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10-
- uses: cachix/install-nix-action@v27
10+
- uses: cachix/install-nix-action@v31
1111
- run: nix eval .#tests
1212

renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:recommended"],
4+
"lockFileMaintenance": { "enabled": true },
5+
"nix": {
6+
"enabled": true
7+
}
8+
}

0 commit comments

Comments
 (0)