Skip to content

WIP: unification of multipart/form-data and application/x-www-form-ur… #222

WIP: unification of multipart/form-data and application/x-www-form-ur…

WIP: unification of multipart/form-data and application/x-www-form-ur… #222

name: Build & Test
on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
- dev
- workflow/ci
jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/[email protected]
with:
go-version: '1.20'
- name: Run tests
run: go test ./...