tangled
alpha
login
or
join now
thevoid.cafe
/
puzzlevision
0
fork
atom
Non stop entertainment! The wackiest NixOS configuration to-date.
thevoid.cafe/projects/puzzlevision
nixos
flake
flake-parts
dotfiles
home-manager
nix
0
fork
atom
overview
issues
pulls
pipelines
👷 Add nix formatting check pipeline
thevoid.cafe
3 weeks ago
9d755ba7
4d2d9dc2
verified
This commit was signed with the committer's
known signature
.
thevoid.cafe
SSH Key Fingerprint:
SHA256:6LamuiiF+oLDOqy13Locb95HiqZGy8CIaFHI8miR6hE=
4/4
nix-flake-check.yaml
success
53s
nix-format-check.yaml
success
41s
nix-locker-check.yaml
success
43s
trufflehog-scan.yaml
success
4s
+21
-7
4 changed files
expand all
collapse all
unified
split
.tangled
workflows
nix-flake-check.yaml
nix-format-check.yaml
nix-locker-check.yaml
trufflehog-scan.yaml
+2
-3
.tangled/workflows/nix-flake-check.yaml
reviewed
···
1
1
-
2
1
when:
3
2
- event: ["push", "manual"]
3
3
+
branch: ["stable", "develop", "feature/*", "refactor/*", "bugfix/*"]
4
4
+
- event: ["pull_request"]
4
5
branch: ["stable", "develop"]
5
5
-
- event: ["pull_request"]
6
6
-
branch: ["stable"]
7
6
8
7
engine: "nixery"
9
8
+15
.tangled/workflows/nix-format-check.yaml
reviewed
···
1
1
+
when:
2
2
+
- event: ["push", "manual"]
3
3
+
branch: ["stable", "develop", "feature/*", "refactor/*", "bugfix/*"]
4
4
+
- event: ["pull_request"]
5
5
+
branch: ["stable", "develop"]
6
6
+
7
7
+
engine: "nixery"
8
8
+
9
9
+
dependencies:
10
10
+
nixpkgs:
11
11
+
- nixfmt-tree
12
12
+
13
13
+
steps:
14
14
+
- name: "Nix: check formatting of files"
15
15
+
command: "treefmt --ci ./"
+2
-2
.tangled/workflows/nix-locker-check.yaml
reviewed
···
1
1
when:
2
2
- event: ["push", "manual"]
3
3
-
branch: ["stable", "develop"]
3
3
+
branch: ["stable", "develop", "feature/*", "refactor/*", "bugfix/*"]
4
4
- event: ["pull_request"]
5
5
-
branch: ["stable"]
5
5
+
branch: ["stable", "develop"]
6
6
7
7
engine: "nixery"
8
8
+2
-2
.tangled/workflows/trufflehog-scan.yaml
reviewed
···
1
1
when:
2
2
- event: ["push", "manual"]
3
3
-
branch: ["stable", "develop", "bugfix/*", "feature/*", "refactor/*"]
3
3
+
branch: ["*"]
4
4
- event: ["pull_request"]
5
5
-
branch: ["stable"]
5
5
+
branch: ["*"]
6
6
7
7
engine: "nixery"
8
8