Skip to content

Commit ef27723

Browse files
committed
build: add taplo to format toml files
1 parent 5e0b361 commit ef27723

4 files changed

Lines changed: 307 additions & 146 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
command: check:pinact
8383
- name: Shfmt
8484
command: check:shfmt
85+
- name: Taplo
86+
command: check:taplo
8587
- name: Actionlint
8688
command: check:actionlint
8789
steps:

home/.chezmoiexternals/zinit.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[".local/share/zinit/zinit.git"]
2-
type = "git-repo"
3-
url = "https://github.com/zdharma-continuum/zinit.git"
4-
refreshPeriod = "168h"
2+
type = "git-repo"
3+
url = "https://github.com/zdharma-continuum/zinit.git"
4+
refreshPeriod = "168h"

0 commit comments

Comments
 (0)