Add taskfile
Some checks failed
My First Action / second-job (push) Failing after 18s

This commit is contained in:
2025-11-24 16:14:10 +03:00
parent cce9258230
commit d42a17e98e
2 changed files with 13 additions and 1 deletions

View File

@@ -7,4 +7,11 @@ jobs:
second-job:
runs-on: docker
steps:
- run: env
- name: Install task utility
run: |
curl -1sLf 'https://dl.cloudsmith.io/public/task/task/setup.deb.sh' | bash
apt update
apt install task
- name: Run task hello
run: task hello