Woodpecker CI: Fix syntax error in lint workflow

This commit is contained in:
Phantasm 2026-02-14 20:22:49 +01:00 committed by Phantasm
commit 265d3eeebc

View file

@ -42,7 +42,7 @@ steps:
image: *elixir-image image: *elixir-image
commands: | commands: |
if [ -f fail.stamp ]; then if [ -f fail.stamp ]; then
echo "One or more previous steps fails. Failing workflow... echo "One or more previous steps fails. Failing workflow..."
exit 1 exit 1
else else
echo "All steps passed" echo "All steps passed"