Skip to content

Remove pull_request trigger #5

Remove pull_request trigger

Remove pull_request trigger #5

Workflow file for this run

name: Lint, test, vet
on:
push:
jobs:
checks:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: 1.23.3
- name: Lint
uses: golangci/[email protected]
with:
version: latest
- name: Format check
run: go fmt ./...
- name: Static analysis
run: go vet ./...