Skip to content

fix: read --file-words content as single line instead of splitting by… #126

fix: read --file-words content as single line instead of splitting by…

fix: read --file-words content as single line instead of splitting by… #126

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