Skip to content

Prevent html escaping (#6) #46

Prevent html escaping (#6)

Prevent html escaping (#6) #46

Workflow file for this run

name: Run PR Checks
on:
push:
pull_request:
jobs:
run-tests:
name: Run Tests
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
go-version: [1.18]
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Build and test
run: make