Skip to content

fix: stop webhook from mutating routes that are already mutated #76

fix: stop webhook from mutating routes that are already mutated

fix: stop webhook from mutating routes that are already mutated #76

Workflow file for this run

name: tests
on:
pull_request:
branches:
- main
types: [opened, reopened, synchronize]
jobs:
unit-test:
name: unit-test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run unit-tests
run: make test