8000 udp_proxy.go: Reorder functions for readibility and increased coverage · ansible/receptor@60a5f1d · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

udp_proxy.go: Reorder functions for readibility and increased coverage #904

udp_proxy.go: Reorder functions for readibility and increased coverage

udp_proxy.go: Reorder functions for readibility and increased coverage #904

---
name: 'Dependency Review'
on: [pull_request] # yamllint disable-line rule:truthy
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
...
0