Skip to content

docs: fixed logo location #11

docs: fixed logo location

docs: fixed logo location #11

Workflow file for this run

name: ci
on:
push:
branches: [ '**' ]
workflow_call:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
go test ./... -test.v