diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c7b885c..43183f2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,21 +9,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v1 - - name: Lint - uses: actions-contrib/golangci-lint@master - with: - args: run - - name: Setup Go 1.13 - uses: actions/setup-go@v1 - with: - go-version: 1.13 - id: go - - name: Get dependencies - run: go mod download - - name: Build - run: go build -v . + - uses: actions/checkout@v1 - name: Heroku Login uses: actions/heroku@master env: