Skip to content

chore(ci): add GitHub workflows #7

chore(ci): add GitHub workflows

chore(ci): add GitHub workflows #7

Workflow file for this run

name: linter
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.57.2