Skip to content

Commit 0278997

Browse files
committed
fix: ajouter une condition de prérequis pour Docker dans la tâche lint:all
1 parent af27bd6 commit 0278997

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Taskfile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ tasks:
3636
preconditions:
3737
- sh: command -v actionlint
3838
msg: "actionlint n'est pas installé. Veuillez l'installer"
39+
- sh: command -v docker
40+
msg: "Docker n'est pas installé. Veuillez l'installer"
3941
cmds:
4042
- task: lint:yml
4143
vars:

0 commit comments

Comments
 (0)