Fix actions.
All checks were successful
Linting and tests / LintAndTest (push) Successful in 20s

This commit is contained in:
Stanislav Nikitin 2024-10-12 14:25:38 +05:00
parent 93fa75bc76
commit fa96b6849b
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550

View File

@ -13,7 +13,7 @@ jobs:
- name: "lint"
uses: docker://code.pztrn.name/containers/go-toolbox:v4
with:
command: "task lint"
command: "/usr/local/bin/task lint"
Tests:
runs-on: "ubuntu-22.04"
@ -23,4 +23,4 @@ jobs:
- name: "tests"
uses: docker://code.pztrn.name/containers/go-toolbox:v4
with:
command: "task test"
command: "/usr/local/bin/task test"