Skip to content

Fixed bugs in Proxy and Listener mappers, updated logging message #22

Fixed bugs in Proxy and Listener mappers, updated logging message

Fixed bugs in Proxy and Listener mappers, updated logging message #22

Workflow file for this run

name: verify-pr
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Run Makefile
env:
TOKEN: ${{ secrets.TOKEN }}
run: make build