Skip to content

Bump github.com/go-chi/httplog from 0.2.5 to 0.3.2 #598

Bump github.com/go-chi/httplog from 0.2.5 to 0.3.2

Bump github.com/go-chi/httplog from 0.2.5 to 0.3.2 #598

name: tests
on:
pull_request:
branches:
- master
- prod
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v3
- name: run lint
run: make lint
- name: run tests
run: make docker-test