Skip to content

misc: write html to Writer instead of returning the string, update RE… #2

misc: write html to Writer instead of returning the string, update RE…

misc: write html to Writer instead of returning the string, update RE… #2

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
go: ["1.20"]
os: [ubuntu-latest]
name: ${{ matrix.os }} Go ${{ matrix.go }} Tests
steps:
- uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- run: go test