Skip to content

✨ add wrapper for verifying an email #182

✨ add wrapper for verifying an email

✨ add wrapper for verifying an email #182

Workflow file for this run

name: lint
on:
push
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3