1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 23:03:47 +01:00

chore: adds static check as a different build step (#3305)

This commit is contained in:
Amir Raminfar
2024-10-02 07:57:01 -07:00
committed by GitHub
parent f9f0f8f1e0
commit 896c402adc

View File

@@ -68,10 +68,18 @@ jobs:
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
- name: Run Go Tests with Coverage
run: make test
staticcheck:
runs-on: ubuntu-latest
name: Go Staticcheck
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Generate dependencies
run: make fake_assets shared_key.pem shared_cert.pem
- name: Stactic checker
uses: dominikh/staticcheck-action@v1.3.1
with:
install-go: false
version: "latest"
int-test:
name: Integration Tests
timeout-minutes: 60