Lints and suggestions for the Nix programming language

ci: check on workflow_dispatch

+2 -2
+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} = {