Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
ci: 👷 CI system updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed Feb 23, 2023
1 parent 946ad06 commit fba0681
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ jobs:
- uses: golangci/golangci-lint-action@v3 # Action page: <https://github.com/golangci/golangci-lint-action>
with: {skip-pkg-cache: true, skip-build-cache: true}

goreportcard:
name: Update state on goreportcard.com
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' # only for `master` branch
steps:
- name: Send update request
continue-on-error: true
run: curl -X POST -F "repo=github.com/$GITHUB_REPOSITORY" https://goreportcard.com/checks

go-test:
name: Unit tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit fba0681

Please sign in to comment.