Skip to content

Create pr-labeler.yml #12

Create pr-labeler.yml

Create pr-labeler.yml #12

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Run GolangCI-Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23 # Change this to match your Go version
- name: lint test
run: make lint