File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ self-hosted-runner :
2+ labels :
3+ - aarch64-darwin
4+ - aarch64-linux
5+ - blacksmith-4vcpu-ubuntu-2404
6+ - blacksmith-16vcpu-ubuntu-2404
7+ - blacksmith-32vcpu-ubuntu-2404
Original file line number Diff line number Diff line change 1+ self-hosted-runner :
2+ labels :
3+ - aarch64-darwin
4+ - aarch64-linux
5+ - blacksmith-2vcpu-ubuntu-2404-arm
6+ - blacksmith-4vcpu-ubuntu-2404
7+ - blacksmith-16vcpu-ubuntu-2404
8+ - blacksmith-32vcpu-ubuntu-2404
Original file line number Diff line number Diff line change 11{ inputs , ... } :
2+ let
3+ ghWorkflows = builtins . attrNames ( builtins . readDir ../.github/workflows ) ;
4+ lintedWorkflows = [ "ansible-test.yml" ] ;
5+ in
26{
37 imports = [ inputs . git-hooks . flakeModule ] ;
48 perSystem =
812 check . enable = true ;
913 settings = {
1014 hooks = {
15+ actionlint = {
16+ enable = true ;
17+ excludes = builtins . filter ( name : ! builtins . elem name lintedWorkflows ) ghWorkflows ;
18+ verbose = true ;
19+ } ;
20+
1121 treefmt = {
1222 enable = true ;
1323 package = config . treefmt . build . wrapper ;
24+ pass_filenames = false ;
25+ verbose = true ;
1426 } ;
1527 } ;
1628 } ;
You can’t perform that action at this time.
0 commit comments