Skip to content

add new special command 'timezone' to autocomplete word list #28

add new special command 'timezone' to autocomplete word list

add new special command 'timezone' to autocomplete word list #28

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@v4
with:
go-version: 'stable'
- name: Run tests
run: go test -cover ./...