Skip to content

feat: Add CONTRIBUTING.md #10

feat: Add CONTRIBUTING.md

feat: Add CONTRIBUTING.md #10

Workflow file for this run

name: "Pre Merge"
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Run linters
uses: golangci/golangci-lint-action@v8
with:
version: v2.5.0
test:
uses: ./.github/workflows/test.yaml
secrets: inherit