Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdoherty committed Oct 16, 2020
1 parent d1f5089 commit a14e83e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ jobs:
- name: Lint
run: |
golint \
./cmd/* \
./pkg/output/* \
./pkg/*
golint ./cmd .
- name: Build
run: go build -v ./cmd/adssl.go

0 comments on commit a14e83e

Please sign in to comment.