reg
This commit is contained in:
parent
bd9b35a825
commit
64edd6e3f0
10
task/action.yaml
Normal file
10
task/action.yaml
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user