Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
Add nixpkgs-fmt in tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jun 19, 2023
1 parent 2908668 commit 07a0503
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ tasks:
cmds:
- dprint fmt
- go fmt
- nixpkgs-fmt ./*.nix
lint:
# go fmt does not have option for no effect - https://github.com/golang/go/issues/41189
cmds:
- dprint check
- go vet
- actionlint
- goreleaser check
- nixpkgs-fmt --check ./*.nix
versions:
cmds:
- nix --version
Expand Down

0 comments on commit 07a0503

Please sign in to comment.