diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 3c6a78ef..34fc3bce 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -9,5 +9,7 @@ jobs: uses: actions/checkout@v3 - name: golangci-lint by reviewdog uses: reviewdog/action-golangci-lint@v2 + with: + golangci_lint_flags: '--timeout=5m' - name: Check code formatting using gofmt - uses: Jerome1337/gofmt-action@v1.0.5 \ No newline at end of file + uses: Jerome1337/gofmt-action@v1.0.5 diff --git a/README.md b/README.md index 4a376487..94217c64 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# iWF project - main & server repo +testbuild # iWF project - main & server repo [![Go Reference](https://pkg.go.dev/badge/github.com/indeedeng/iwf.svg)](https://pkg.go.dev/github.com/indeedeng/iwf) [![Go Report Card](https://goreportcard.com/badge/github.com/indeedeng/iwf)](https://goreportcard.com/report/github.com/indeedeng/iwf)