Skip to content

impl <? optional and </ end tag #50

impl <? optional and </ end tag

impl <? optional and </ end tag #50

Workflow file for this run

name: Go Tests
on:
push:
branches: [ "*" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Go
uses: actions/[email protected]
with:
go-version-file: go.mod
- name: Run tests
run: go test ./... -v