tangled
alpha
login
or
join now
oppi.li
/
statix
0
fork
atom
Lints and suggestions for the Nix programming language
0
fork
atom
overview
issues
pulls
pipelines
ci: check on workflow_dispatch
mightyiam.tngl.sh
7 months ago
c1328419
b1d85b55
+2
-2
2 changed files
expand all
collapse all
unified
split
.github
workflows
check.yaml
flake-parts
ci.nix
+1
-1
.github/workflows/check.yaml
···
67
"on": {
68
"pull_request": {},
69
"push": {},
70
-
"workflow_call": {}
71
}
72
}
···
67
"on": {
68
"pull_request": {},
69
"push": {},
70
+
"workflow_dispatch": {}
71
}
72
}
+1
-1
flake-parts/ci.nix
···
47
on = {
48
pull_request = { };
49
push = { };
50
-
workflow_call = { };
51
};
52
jobs = {
53
${ids.jobs.getCheckNames} = {
···
47
on = {
48
pull_request = { };
49
push = { };
50
+
workflow_dispatch = { };
51
};
52
jobs = {
53
${ids.jobs.getCheckNames} = {