Skip to content

Using HTTP Proxy for Webhooks #148

Using HTTP Proxy for Webhooks

Using HTTP Proxy for Webhooks #148

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
stable: 'false'
go-version: '1.22'
- run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3