Skip to content

Add .github/ISSUE_TEMPLATE/bug_report.yml #33

Add .github/ISSUE_TEMPLATE/bug_report.yml

Add .github/ISSUE_TEMPLATE/bug_report.yml #33

Workflow file for this run

name: Check Code Quality
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint-golangcli-lint:
name: Lint golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6