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