Skip to content

feat: add config validate functionality without starting the server #541

feat: add config validate functionality without starting the server

feat: add config validate functionality without starting the server #541

Workflow file for this run

name: Lint
on:
pull_request:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
- run: go run mage.go lint