Skip to content

feat: updated to version v1.0.0 #2

feat: updated to version v1.0.0

feat: updated to version v1.0.0 #2

Workflow file for this run

---
name: Lint Testing
on:
push:
branches: [main]
paths:
- "**.go"
- "go.mod"
- "go.sum"
pull_request:
branches: [main]
paths:
- "**.go"
- "go.mod"
- "go.sum"
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run golangci-lint
uses: reviewdog/action-golangci-lint@v2