Skip to content

chore: update changelog for v1.3.0 #136

chore: update changelog for v1.3.0

chore: update changelog for v1.3.0 #136

Workflow file for this run

name: lint
on: [ push, pull_request ]
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55