1 parent 5e0b361 commit ef27723Copy full SHA for ef27723
4 files changed
.github/workflows/ci.yaml
@@ -82,6 +82,8 @@ jobs:
82
command: check:pinact
83
- name: Shfmt
84
command: check:shfmt
85
+ - name: Taplo
86
+ command: check:taplo
87
- name: Actionlint
88
command: check:actionlint
89
steps:
home/.chezmoiexternals/zinit.toml
@@ -1,4 +1,4 @@
1
[".local/share/zinit/zinit.git"]
2
- type = "git-repo"
3
- url = "https://github.com/zdharma-continuum/zinit.git"
4
- refreshPeriod = "168h"
+type = "git-repo"
+url = "https://github.com/zdharma-continuum/zinit.git"
+refreshPeriod = "168h"
0 commit comments