1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

chore: disables static check (#2760)

This commit is contained in:
Amir Raminfar
2024-02-07 08:24:02 -08:00
committed by GitHub
parent 183326db52
commit a03e5d10aa

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