This commit is contained in:
@@ -5,7 +5,7 @@ on:
|
|||||||
- push
|
- push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Linting:
|
LintingAndTests:
|
||||||
runs-on: "ubuntu-22.04"
|
runs-on: "ubuntu-22.04"
|
||||||
steps:
|
steps:
|
||||||
- name: "checkout source"
|
- name: "checkout source"
|
||||||
@@ -14,12 +14,6 @@ jobs:
|
|||||||
uses: docker://code.pztrn.name/containers/go-toolbox:v10
|
uses: docker://code.pztrn.name/containers/go-toolbox:v10
|
||||||
with:
|
with:
|
||||||
command: "/usr/local/bin/task lint"
|
command: "/usr/local/bin/task lint"
|
||||||
|
|
||||||
Tests:
|
|
||||||
runs-on: "ubuntu-22.04"
|
|
||||||
steps:
|
|
||||||
- name: "checkout source"
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: "tests"
|
- name: "tests"
|
||||||
uses: docker://code.pztrn.name/containers/go-toolbox:v10
|
uses: docker://code.pztrn.name/containers/go-toolbox:v10
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user