this repo has no description
at e47737da17047e9de75286dc7cbddca03aa7d5db 18 lines 256 B view raw
1when: 2 - event: ["push", "pull_request"] 3 branch: ["master"] 4 5dependencies: 6 nixpkgs: 7 - go 8 - alejandra 9 10steps: 11 - name: "nix fmt" 12 command: | 13 alejandra -c nix/**/*.nix flake.nix 14 15 - name: "go fmt" 16 command: | 17 gofmt -l . 18