Skip to content

πŸ‘· add more filters for changelog #15

πŸ‘· add more filters for changelog

πŸ‘· add more filters for changelog #15

Workflow file for this run

on:
push:
branches:
- main
pull_request:
permissions:
contents: read
pull-requests: read
checks: write
name: Lint
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
install-mode: 'goinstall'
version: latest