Skip to content

chore: CCIE-4332 use GH_ACTIONS_HELPER_* #1030

chore: CCIE-4332 use GH_ACTIONS_HELPER_*

chore: CCIE-4332 use GH_ACTIONS_HELPER_* #1030

Workflow file for this run

on: pull_request
jobs:
lint:
runs-on: ARM64
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.64.6
github-token: ${{ secrets.GITHUB_TOKEN }}
args: --timeout 10m0s
working-directory: .
skip-pkg-cache: true
test:
runs-on: ARM64
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: Run tests
run: make test