Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

chore(deps): update ncipollo/release-action action to v1.16.0 #49

chore(deps): update ncipollo/release-action action to v1.16.0

chore(deps): update ncipollo/release-action action to v1.16.0 #49

Workflow file for this run

# This workflow run linters.
# It is supposed to be run on each push to main branch, as well as for each.
name: Linters
on:
push:
branches: [ main ]
pull_request:
branches: [ '*' ]
permissions:
contents: read
jobs:
golangci-lint:
name: Run golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- uses: actions/setup-go@v5
with:
go-version: '1.20'
cache: false
- uses: golangci/golangci-lint-action@v6
with:
version: v1.53
skip-cache: true