Skip to content

Commit

Permalink
Merge pull request #65 from rebuy-de/fix-ci
Browse files Browse the repository at this point in the history
Get tools before checking out
  • Loading branch information
der-eismann authored Jan 11, 2021
2 parents d84c87a + 6929140 commit d263afd
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,25 @@ on:
pull_request:
types: [opened, reopened, synchronize]
release:
types: [published, released, created]
types: [published]
schedule:
- cron: '15 3 * * 0'

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.15'
- name: Setup tools
run: |
go get golang.org/x/lint/golint
go mod vendor
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Build Project
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit d263afd

Please sign in to comment.