Skip to content

Add static analysis in github workflow #4

Add static analysis in github workflow

Add static analysis in github workflow #4

Workflow file for this run

name: check
on: [push, pull_request]
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v6
with:
version: v1.58