fix: workflow

This commit is contained in:
felipegchi 2022-12-16 13:31:59 -03:00
parent 48ae542fe0
commit 0cbfa9c1c4

View File

@ -3,7 +3,7 @@ set -e
git clone https://github.com/Kindelia/Wikind.git
for file in ./Wikind/**/*.kind2; do
kind2 --root=Wikind check $file
cargo run --release -- --root=Wikind check $file
done
rm Wikind