Skip to content

Replaced not fully supported text-wrap by white-space: pre-wrap. #35

Replaced not fully supported text-wrap by white-space: pre-wrap.

Replaced not fully supported text-wrap by white-space: pre-wrap. #35

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
go-version: [1.20.x]
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test