Skip to content

Feat workflow and config reader (#1) #2

Feat workflow and config reader (#1)

Feat workflow and config reader (#1) #2

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: Set Up Go Environment
uses: actions/setup-go@v5
with:
go-version: 1.21.1
- name: Run Lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.54