build(justfile): fix the `validate` recipe
ci/woodpecker/pr/build Pipeline failed Details
ci/woodpecker/pr/docker-build Pipeline was successful Details
ci/woodpecker/pr/lint Pipeline was successful Details

This commit is contained in:
Aire-One 2022-12-28 18:55:53 +01:00
parent c73b33bc24
commit 3c4e1fd741
1 changed files with 4 additions and 1 deletions

View File

@ -41,7 +41,10 @@ run:
{{ tl }} src/awesomewm.d.tl/init.tl
validate:
cyan check `find generated/ -type f -iname '*.d.tl' | xargs`
cd generated && cyan \
check \
--global-env-def "global_env" \
`find . -type f -iname '*.d.tl' | xargs`
# TODO : how to run a debugger on Teal code?
debug: