Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,8 @@ jobs:
- name: "Check: Gofmt"
run: make check-gofmt

# Unfortunately there's some oddity in GitHub's environment that causes
# this to fail:
#
# /home/runner/work/_temp/3939b8a1-56f2-4fd9-8434-1950a338feb7.sh: line 1: unexpected EOF while looking for matching `"'
#
# Action is probably to try converting to Go modules first and see if
# that resolves it.
#
# - name: "Check: Golint"
# run: make lint"
#
- name: "Check: Golint"
run: make lint"

- name: "Check: Markdown headers"
run: make check-headers
Expand Down