We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8584eab commit 6f9784bCopy full SHA for 6f9784b
2 files changed
.github/workflows/pages.yml
@@ -34,7 +34,9 @@ jobs:
34
run: |
35
mise settings add idiomatic_version_file_enable_tools "[]"
36
mise settings experimental=true
37
- mise install
+ mise install "github:decisiongraph/dg"
38
+ mise trust
39
+ echo "$HOME/.local/share/mise/shims" >> $GITHUB_PATH
40
env:
41
GITHUB_TOKEN: ${{ github.token }}
42
.mise.toml
@@ -37,5 +37,7 @@ harper-cli lint --user-dict-path .config/lingo.dic --dialect au \
[tasks.dg-check]
# Ignore some S rules that apply to README.md
-# U011 ignored as dg appears unable to resolve user identifiers
run = "dg validate --skip S032,S010"
+
+[tasks.dg-build]
43
+run = "dg site"
0 commit comments