mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01: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
|
||||
restore-keys: |
|
||||
${{runner.os}}-go-
|
||||
- name: Check Cheatsheet
|
||||
run: |
|
||||
go run scripts/cheatsheet/main.go check
|
||||
- name: Test code
|
||||
run: |
|
||||
bash ./test.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue