We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa73f5 commit 54273f1Copy full SHA for 54273f1
.github/workflows/test-install.yml
@@ -58,9 +58,9 @@ jobs:
58
# run: chezmoi doctor ${{ env.DOCTOR_ARGS }} || true
59
60
- name: Check all template
61
- working-directory: ~/.local/share/chezmoi
62
shell: bash
63
run: |
+ cd "$HOME/.local/share/chezmoi"
64
tmpls=$(find . -type f -name "*.tmpl" ! -name ".chezmoi.toml.tmpl" ! -name "rclone.conf.tmpl")
65
for tmpl in "${tmpls[@]}"; do
66
chezmoi execute-template < "$tmpl" &>/dev/null
0 commit comments