Skip to content

refactor: Set up env config #48

refactor: Set up env config

refactor: Set up env config #48

Workflow file for this run

on: [push]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: 1.23
- name: Lint
uses: golangci/[email protected]
with:
version: latest
- name: Format check
run: go fmt ./...
- name: Static analysis
run: go vet ./...