mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
Update CI jobs: Remove Check Cheatsheet from ci job
This commit is contained in:
parent
1cb9506554
commit
dd11b0ee10
1 changed files with 0 additions and 3 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -35,9 +35,6 @@ jobs:
|
||||||
key: ${{runner.os}}-go-${{hashFiles('**/go.sum')}}-test
|
key: ${{runner.os}}-go-${{hashFiles('**/go.sum')}}-test
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{runner.os}}-go-
|
${{runner.os}}-go-
|
||||||
- name: Check Cheatsheet
|
|
||||||
run: |
|
|
||||||
go run scripts/cheatsheet/main.go check
|
|
||||||
- name: Test code
|
- name: Test code
|
||||||
run: |
|
run: |
|
||||||
bash ./test.sh
|
bash ./test.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue