Skip to content

add new operators 'box' and 'first' to word list #15

add new operators 'box' and 'first' to word list

add new operators 'box' and 'first' to word list #15

Workflow file for this run

name: build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 'stable'
- name: Run tests
run: go test -cover ./...