fix failing build

This commit is contained in:
Ajitem Sahasrabuddhe 2019-12-02 12:27:17 +05:30
parent a2a97c9bce
commit fc741e590b
No known key found for this signature in database
GPG Key ID: 5B0EE10DAA76876C

View File

@ -38,7 +38,7 @@ jobs:
run: |
go get github.com/urfave/gfmrun/cmd/gfmrun
go get golang.org/x/tools/cmd/goimports
go get ./...
go mod tidy
npm install markdown-toc
- name: Run Tests