Skip to content

Commit bff87a3

Browse files
committed
modified: .trunk/trunk.yaml
1 parent ff097af commit bff87a3

6 files changed

Lines changed: 25 additions & 31 deletions

File tree

.trunk/trunk.yaml

Lines changed: 21 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,23 @@
11
version: 0.1
2-
runtimes:
3-
enabled:
4-
- go@1.18.3
5-
- node@16.14.2
62
cli:
7-
version: 1.1.0
8-
options:
9-
- commands: [check, fmt]
10-
- args: -y
3+
version: 1.4.0
114
plugins:
125
sources:
136
- id: trunk
14-
ref: v0.0.6
7+
ref: v0.0.8
158
uri: https://github.com/trunk-io/plugins
16-
repo:
17-
repo:
18-
host: github.com
19-
owner: z-shell
20-
name: z-shell.github.io
21-
actions:
22-
enabled:
23-
- trunk-upgrade-available
24-
- trunk-check-pre-push
25-
- trunk-fmt-pre-commit
26-
- trunk-cache-prune
279
lint:
2810
enabled:
29-
- shellcheck@0.8.0
30-
- taplo@0.8.0
31-
- git-diff-check@SYSTEM
32-
- actionlint@1.6.22
33-
- gitleaks@8.15.1
34-
- markdownlint@0.32.2
35-
- prettier@2.7.1
11+
- git-diff-check
3612
- shfmt@3.5.0
13+
- taplo@0.7.0
14+
- markdownlint@0.33.0
15+
- svgo@3.0.2
16+
- actionlint@1.6.23
17+
- shellcheck@0.9.0
18+
- gitleaks@8.15.3
19+
- prettier@2.8.3
20+
- oxipng@8.0.0
3721
ignore:
3822
- linters: [ALL]
3923
paths:
@@ -48,3 +32,13 @@ lint:
4832
paths:
4933
- content/post/zsh/commands/print_cmd.md
5034
- content/readme.md
35+
runtimes:
36+
enabled:
37+
- go@1.18.3
38+
- node@18.12.1
39+
actions:
40+
enabled:
41+
- trunk-announce
42+
- trunk-check-pre-push
43+
- trunk-fmt-pre-commit
44+
- trunk-upgrade-available

config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
baseURL = "https://github.zshell.dev"
22
languageCode = "en"
3-
title = "❮ Z-Shell ZI "
3+
title = "❮ Z-Shell ❯"
44
theme = "github-style"
55
googleAnalytics = "G-4R9S46N2LB"
66
pygmentsCodeFences = true
@@ -16,9 +16,9 @@ description = "A Swiss army knife for Zsh"
1616
# instagram = ""
1717
# tumblr = ""
1818
email = "team@zshell.dev"
19-
url = "https://github.zshell.dev"
19+
url = "https://www.zshell.dev"
2020
keywords = "zsh, github, toolchain"
21-
rss = true
21+
rss = false
2222
lastmod = true
2323
userStatusEmoji = ""
2424
favicon = "images/avatar.png"

themes/github-style

0 commit comments

Comments
 (0)