Skip to content

Add support for Iris' strict handler #6

Add support for Iris' strict handler

Add support for Iris' strict handler #6

Workflow file for this run

name: Lint project
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
- name: Run `make lint-ci`
run: make lint-ci