Skip to content

docs: Add sleep interval and improve code blocks #10

docs: Add sleep interval and improve code blocks

docs: Add sleep interval and improve code blocks #10

Workflow file for this run

# Autogenerated by https://github.com/BarnabyShearer/meta
name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.19
- run: go version
- run: go build .
- run: go vet .