Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
@ -16,15 +16,6 @@ steps:
- name: gopath
path: /go
- name: lint
pull: always
image: golang:1.13
commands:
- make lint
volumes:
- name: misspell
@ -21,20 +21,20 @@
},
],
{
// {
name: 'lint',
// name: 'lint',
image: 'golang:1.13',
// image: 'golang:1.13',
pull: 'always',
// pull: 'always',
commands: [
// commands: [
'make lint',
// 'make lint',
// ],
volumes: [
// volumes: [
name: 'gopath',
// name: 'gopath',
path: '/go',
// path: '/go',
// },
name: 'misspell',