We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ae23c7 + 41481c2 commit fea420bCopy full SHA for fea420b
.gitea/workflows/ci.yaml
@@ -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
@@ -7,6 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- - uses: cachix/install-nix-action@v27
+ - uses: cachix/install-nix-action@v31
- run: nix eval .#tests
renovate.json
@@ -0,0 +1,8 @@
+{
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": ["config:recommended"],
+ "lockFileMaintenance": { "enabled": true },
+ "nix": {
+ "enabled": true
+ }
+}
0 commit comments