Skip to content

Refactor: Enhance Git and Changelog Operations Robustness #63

Refactor: Enhance Git and Changelog Operations Robustness

Refactor: Enhance Git and Changelog Operations Robustness #63

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
golangci-lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.24'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60