Skip to content

Add task author and assignee #95

Add task author and assignee

Add task author and assignee #95

Workflow file for this run

---
name: golangci-lint
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 2
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: stable
- name: Lint code
uses: golangci/golangci-lint-action@v8
with:
version: latest