Skip to content

Update README and argument names (#3) #6

Update README and argument names (#3)

Update README and argument names (#3) #6

Workflow file for this run

---
name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run tests
shell: bash
run: |
go test