Skip to content

Commit

Permalink
do not run static check
Browse files Browse the repository at this point in the history
  • Loading branch information
ecbaldwin committed Jun 3, 2024
1 parent 7c917bb commit 202f995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: test vet staticcheck fmt
all: test vet fmt

test:
go test -v ./...
Expand All @@ -8,10 +8,6 @@ vet:
go vet ./...
.PHONY: vet

staticcheck:
staticcheck ./...
.PHONY: staticcheck

fmt:
go fmt ./...
.PHONY: fmt
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Go Reference](https://pkg.go.dev/badge/gopkg.in/addrs.v1.svg)](https://pkg.go.dev/gopkg.in/addrs.v1)
![Tests Passing](https://github.com/go-addrs/addrs/actions/workflows/go.yml/badge.svg)

# Overview

Expand Down

0 comments on commit 202f995

Please sign in to comment.