Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Prepare 0.13.0 changelog #299

Prepare 0.13.0 changelog

Prepare 0.13.0 changelog #299

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- "**"
tags-ignore:
- "**"
pull_request:
branches:
- main
permissions:
contents: read
jobs:
golangci:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest