astro-dnssd 0.3.6

Simple & safe DNS-SD wrapper
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Pull Requests

on:
  pull_request:
    branches: [ '**' ]

jobs:
  build:
    name: Build
    uses: ./.github/workflows/build.yml
    secrets: inherit
  test:
    name: Cargo Test
    uses: ./.github/workflows/test.yml
    secrets: inherit