Skip to content

Adding golangci and prettier configs #11

Adding golangci and prettier configs

Adding golangci and prettier configs #11

Workflow file for this run

name: go test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: git clone
uses: actions/checkout@v4
- name: set up go
uses: actions/setup-go@v5
with:
go-version: 1.21.1
- name: go test
run: go test ./...