Skip to content

fmt: introduce golangci-lint and go vet #9

fmt: introduce golangci-lint and go vet

fmt: introduce golangci-lint and go vet #9

name: Build
on:
pull_request:
push:
branches:
- dev
workflow_dispatch:
jobs:
golangci:
name: "lint in docker container"
runs-on: ubuntu-latest
container: golangci/golangci-lint:v2.5.0
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Lint by golangci-lint
run: make fmt_check