Skip to content

add the option to lowercase the parmeter names first and then sort #18

add the option to lowercase the parmeter names first and then sort

add the option to lowercase the parmeter names first and then sort #18

Workflow file for this run

name: Build and test w/ Caddy
on:
push:
branches:
- dev
- main
pull_request:
branches: [ main ]
jobs:
test:
strategy:
matrix:
go-version: [1.20.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Build and test
run: test/run-test