Skip to content

Reject requets with no tokenized data (#21) #44

Reject requets with no tokenized data (#21)

Reject requets with no tokenized data (#21) #44

Workflow file for this run

name: Push
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- run: go test -v ./...