Skip to content

docs: add animated demo GIF #12

docs: add animated demo GIF

docs: add animated demo GIF #12

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: Run tests
run: go test -v -cover ./...
- name: Build
run: go build -o ccs .