Skip to content

parse azapi logs from the live traffic logger #4

parse azapi logs from the live traffic logger

parse azapi logs from the live traffic logger #4

Workflow file for this run

---
name: GoLang Linting
on:
pull_request:
types: ['opened', 'synchronize']
paths:
- '**.go'
- 'vendor/**'
- '.github/workflows/**'
jobs:
golint:
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.19'
- uses: golangci/golangci-lint-action@v2
with:
version: 'v1.51.1'
args: -v