From 7bff3bd5597ae390427bcf7f6fcc94806de35a3f Mon Sep 17 00:00:00 2001 From: thdupin2 Date: Sun, 16 Jun 2024 19:07:53 +0200 Subject: [PATCH] :rocket: add: init code analysis step with drone --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index e69de29..1963e61 100644 --- a/.drone.yml +++ b/.drone.yml @@ -0,0 +1,5 @@ +trigger: + event: + - push + steps: + - name: code-analysis \ No newline at end of file