Skip to content

chore: updating libs and removing chi and sign up functionality #55

chore: updating libs and removing chi and sign up functionality

chore: updating libs and removing chi and sign up functionality #55

Workflow file for this run

---
name: Check
on: [ push ]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2
skip-pkg-cache: true
args: --timeout 5m0s
- name: test
run: make test