Skip to content

docs: changelog for 0.3.0 #139

docs: changelog for 0.3.0

docs: changelog for 0.3.0 #139

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.22.x'
- uses: golangci/golangci-lint-action@v3
with:
version: v1.57
skip-go-installation: true