forked from apps/featurer
		
	Fix actions.
This commit is contained in:
		| @@ -13,7 +13,7 @@ jobs: | |||||||
|       - name: "lint" |       - name: "lint" | ||||||
|         uses: docker://code.pztrn.name/containers/go-toolbox:v4 |         uses: docker://code.pztrn.name/containers/go-toolbox:v4 | ||||||
|         with: |         with: | ||||||
|           command: "task lint" |           command: "/usr/local/bin/task lint" | ||||||
|  |  | ||||||
|   Tests: |   Tests: | ||||||
|     runs-on: "ubuntu-22.04" |     runs-on: "ubuntu-22.04" | ||||||
| @@ -23,4 +23,4 @@ jobs: | |||||||
|       - name: "tests" |       - name: "tests" | ||||||
|         uses: docker://code.pztrn.name/containers/go-toolbox:v4 |         uses: docker://code.pztrn.name/containers/go-toolbox:v4 | ||||||
|         with: |         with: | ||||||
|           command: "task test" |           command: "/usr/local/bin/task test" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user