Basic client and server apps. #41

Open
pztrn wants to merge 32 commits from 2-client-basics into feature/1-basics
Showing only changes of commit da228047bd - Show all commits

View File

@ -13,13 +13,13 @@ jobs:
- name: "cache go dependencies"
uses: actions/cache@v4
with:
path: /home/container/.cache
path: /home/container/
key: bunker-go-cache
restore_key: bunker-go-cache
- name: "lint"
uses: docker://code.pztrn.name/containers/go-toolbox:v6
with:
command: "/usr/local/bin/task lint"
command: "/usr/local/bin/task lint && ls -lah /home/container"
Tests:
runs-on: "ubuntu-22.04"
@ -29,7 +29,7 @@ jobs:
- name: "cache go dependencies"
uses: actions/cache@v4
with:
path: /home/container/.cache
path: /home/container/
key: bunker-go-cache
restore_key: bunker-go-cache
- name: "tests"