Skip to content

chore: regenerate Context mock #47

chore: regenerate Context mock

chore: regenerate Context mock #47

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- "dev/v2"
pull_request:
branches:
- "dev/v2"
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest