actions/task/action.yaml

11 lines
241 B
YAML
Raw Permalink Normal View History

2024-08-03 10:03:54 +00:00
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