Skip to content

Bump github.com/gin-contrib/cors from 1.5.0 to 1.6.0 #637

Bump github.com/gin-contrib/cors from 1.5.0 to 1.6.0

Bump github.com/gin-contrib/cors from 1.5.0 to 1.6.0 #637

Workflow file for this run

name: lint
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
test:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout Repo
- name: Run Lint
run: make lint