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