aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/go.yml
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-04-19 01:13:28 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-04-19 01:13:28 +0200
commit082888dead2bfad2d044feb68add2a3600ef9023 (patch)
tree11d5fc282a31637123a842906756055dbafb7b74 /.github/workflows/go.yml
parent8984dc3ca7dc72a1cf563ccc6fc85fbeb231117e (diff)
downloadfeed2imap-go-082888dead2bfad2d044feb68add2a3600ef9023.tar.gz
feed2imap-go-082888dead2bfad2d044feb68add2a3600ef9023.tar.bz2
feed2imap-go-082888dead2bfad2d044feb68add2a3600ef9023.zip
CI: go vet
Diffstat (limited to '.github/workflows/go.yml')
-rw-r--r--.github/workflows/go.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 97db1a1..4ddaba8 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -35,3 +35,6 @@ jobs:
- name: Test
run: go test -v ./...
+
+ - name: Vet
+ run: go vet ./...
e='2020-05-08 00:03:14 +0200'>2020-05-08Print item hashes in debug modeRené 'Necoro' Neumann1-1/+7 2020-05-07Improve html renderingRené 'Necoro' Neumann2-53/+32 2020-05-07Do not assume items to be new when their published date is newer than the las...René 'Necoro' Neumann2-7/+1 2020-05-07Updating some depsRené 'Necoro' Neumann2-2/+7 2020-05-07Better detection if a text starts with html or notRené 'Necoro' Neumann2-4/+13 2020-05-07go fmtRené 'Necoro' Neumann1-3/+2 2020-05-07Add header X-Feed2Imap-GUIDRené 'Necoro' Neumann3-1/+7 2020-05-07update changelogRené 'Necoro' Neumann1-0/+1 2020-05-07FixRené 'Necoro' Neumann1-1/+1 2020-05-07Unified publishedDate and updatedDate into one (just as the old feed2imap...)René 'Necoro' Neumann5-21/+32 2020-05-06Print version during startupRené 'Necoro' Neumann1-1/+1 2020-05-06Improve templateRené 'Necoro' Neumann3-20/+28 2020-05-05Fix pipelineRené 'Necoro' Neumann1-2/+5 2020-05-05Make changelog a part of the release pipeline (untested)René 'Necoro' Neumann2-0/+12