CI things.
Linting and tests / LintingAndTests (push) Successful in 32s

This commit is contained in:
2026-06-10 10:27:12 +05:00
parent 0db14666d0
commit d3a30a9033
+1 -7
View File
@@ -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: