Skip to content

ci: add permissions to the release workflow (#2) #5

ci: add permissions to the release workflow (#2)

ci: add permissions to the release workflow (#2) #5

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4