Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
mise settings add idiomatic_version_file_enable_tools "[]"
mise settings experimental=true
mise install "github:decisiongraph/dg"
mise trust
echo "$HOME/.local/share/mise/shims" >> $GITHUB_PATH
env:
GITHUB_TOKEN: ${{ github.token }}

Expand Down
4 changes: 3 additions & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
run = "dg site"
Loading