diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml deleted file mode 100644 index 7475424..0000000 --- a/.github/workflows/go.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: Go - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -jobs: - - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - - name: Set up Go - uses: actions/setup-go@v2 - with: - go-version: 1.17 - - - name: Build - run: go build -v ./... - - - name: Test - run: go test -v ./... - - lint: - runs-on: ubuntu-latest - steps: - - name: Check out code - uses: actions/checkout@v2 - - - name: golangci-lint - uses: golangci/golangci-lint-action@v2 - with: - version: latest - args: --timeout=5m diff --git a/.github/logo.svg b/.img/logo.svg similarity index 100% rename from .github/logo.svg rename to .img/logo.svg diff --git a/README.md b/README.md index d091ecc..242283e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

Goroutines pool with priority queue buffer.