1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 14:59:26 +01:00

chore: enables static checker (#2859)

This commit is contained in:
Amir Raminfar
2024-03-28 10:35:10 -07:00
committed by GitHub
parent b3b01d96a8
commit f343e12979
3 changed files with 41 additions and 45 deletions

View File

@@ -60,10 +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
- name: Stactic checker
uses: dominikh/staticcheck-action@v1.3.0
with:
install-go: false
int-test:
name: Integration Tests
timeout-minutes: 60