Skip to content

Configure github actions #3

Configure github actions

Configure github actions #3

Workflow file for this run

name: Lint Go
on: push
jobs:
test-unit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Test Unit
run: make lint-golangci