Skip to content

Commit

Permalink
Switch repo declaration for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
emanguy authored Sep 10, 2024
1 parent ffd294e commit ae8a48d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This repo is an adaptor that converts the [staticcheck](https://pkg.go.dev/honne

## Installation
```bash
go install github.com/miare-ir/staticcheck-gitlab-ci@latest
go install github.com/emanguy/staticcheck-gitlab-ci@latest
```

## Usage
Expand All @@ -30,7 +30,7 @@ code_quality:
stage: checks
script:
- go install honnef.co/go/tools/cmd/[email protected]
- go install github.com/miare-ir/staticcheck-gitlab-ci@latest
- go install github.com/emanguy/staticcheck-gitlab-ci@latest
- staticcheck -f json ./... | staticcheck-gitlab-ci > staticcheck-report.json
allow_failure: true
artifacts:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/miare-ir/staticcheck-gitlab-ci
module github.com/emanguy/staticcheck-gitlab-ci

go 1.19

0 comments on commit ae8a48d

Please sign in to comment.