Skip to content

Add basic CORS support and env var for Origins #22

Add basic CORS support and env var for Origins

Add basic CORS support and env var for Origins #22

Workflow file for this run

name: Push in Main
on:
push:
branches: main
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
lint:
uses: ./.github/workflows/golangci-lint.yml
build:
uses: ./.github/workflows/build.yml
needs: lint