From 64edd6e3f0ea2c20b7635db19d1f1256dee76e9c Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Sat, 3 Aug 2024 12:03:54 +0200 Subject: [PATCH] reg --- task/action.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 task/action.yaml diff --git a/task/action.yaml b/task/action.yaml new file mode 100644 index 0000000..5eb7b09 --- /dev/null +++ b/task/action.yaml @@ -0,0 +1,10 @@ +name: Task +description: Use task for pipelines + +runs: + using: composite + steps: + - shell: bash + run: | + sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin + task install lint build test