This repository has been archived on 2024-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
nix-config-tn/Taskfile.yaml
Truxnell ba5bdd01fb Feat: add probot settings ci & doc comments (#28)
* fix: move to json5

* feat: probot repo settings sync

---------

Co-authored-by: Truxnell <9149206+truxnell@users.noreply.github.com>
2024-03-27 06:39:44 +00:00

36 lines
593 B
YAML

---
# go-task runner file - rest of config in .taskfiles/**.*.yaml
version: "3"
includes:
sop:
taskfile: ".taskfiles/sops"
dir: .taskfiles/sops
nix:
taskfile: ".taskfiles/nix"
dir: "{{.ROOT_DIR}}"
pre:
taskfile: ".taskfiles/pre-commit"
dir: "{{.ROOT_DOR}}"
tasks:
default:
silent: true
cmds:
- task -l
lint:
desc: Run statix lint
cmds:
- statix check .
check:
desc: Check project files
cmds:
- task: lint
- task: pc-run
format:
desc: Check project files
cmds:
- nixpkgs-fmt {{.ROOT_DIR}}