Skip to content

[TASK] TRK-3009 Upgrade dependencies (#9) #29

[TASK] TRK-3009 Upgrade dependencies (#9)

[TASK] TRK-3009 Upgrade dependencies (#9) #29

Workflow file for this run

name: Test
on: push
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Checkout actions repository
uses: actions/checkout@v2
with:
repository: msales/github-actions
ref: master
token: ${{ secrets.GH_TOKEN }}
path: .github/actions/external
- name: Run the tests
id: test
uses: ./.github/actions/external/go-test
with:
org_token: ${{ secrets.GH_TOKEN }}
test: true
vet: true
staticcheck: true
staticcheck_version: latest
staticcheck_ignore: "ST1000,SA1019,ST1003"
race: true
parallel: true