Skip to content

docs: update encode.png screenshot to show --file-words option #123

docs: update encode.png screenshot to show --file-words option

docs: update encode.png screenshot to show --file-words option #123

Workflow file for this run

name: Code Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go 1.25
uses: actions/setup-go@v5
with:
go-version: '1.25'
cache: true
- name: Unit tests
run: make test