Fix cd exit handling in scripts and validate path in CI
This commit is contained in:
@@ -88,7 +88,7 @@ jobs:
|
||||
|
||||
- name: Validate template
|
||||
run: |
|
||||
if ~/.local/bin/dropshell validate template; then
|
||||
if ~/.local/bin/dropshell validate ./infmap; then
|
||||
echo "Template validation passed"
|
||||
else
|
||||
echo "Template validation failed"
|
||||
|
||||
Reference in New Issue
Block a user