Skip to content

Add FRender to allow rendering into a custom io.Writer #70

Add FRender to allow rendering into a custom io.Writer

Add FRender to allow rendering into a custom io.Writer #70

Workflow file for this run

name: Lint
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2