Skip to content

complex handling of languages and system language... --ll now works (… #60

complex handling of languages and system language... --ll now works (…

complex handling of languages and system language... --ll now works (… #60

Workflow file for this run

name: run golang tests
on:
pull_request:
push:
branches:
- "main"
jobs:
test:
name: golang tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Setup golang
uses: actions/setup-go@v2
with:
go-version: '1.17'
- name: Test
run: go test ./...