1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-27 23:46:39 +01:00

fix: removes deprecated code (#2730)

This commit is contained in:
Amir Raminfar
2024-01-24 09:48:29 -08:00
committed by GitHub
parent 808abd57bb
commit ef636c86fc
9 changed files with 26 additions and 29 deletions

View File

@@ -60,6 +60,10 @@ jobs:
uses: actions/checkout@v4
- name: Run Go Tests with Coverage
run: make test SKIP_ASSET=1
- name: Stactic checker
uses: dominikh/staticcheck-action@v1.3.0
with:
install-go: false
int-test:
name: Integration Tests
timeout-minutes: 60