Skip to content

internal/xgettext, cmd/xgettext-go: add an xgettext-go command #38

internal/xgettext, cmd/xgettext-go: add an xgettext-go command

internal/xgettext, cmd/xgettext-go: add an xgettext-go command #38

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v2
with:
go-version: '^1.13.0' # Latest 1.x release >= 1.13
- uses: actions/checkout@v2
- name: Build
run: go build .
- name: Test
run: go test -v ./...