fluffy

Network Archaeology tools for Unix
git clone https://git.woozle.org/neale/fluffy.git

fluffy / .github / workflows
Neale Pickett  ·  2021-02-02

build+test.yml

 1name: Build/Test
 2
 3on: 
 4  push:
 5    branches:
 6      - master
 7      - main
 8  pull_request:
 9    branches:
10      - master
11      - main
12
13jobs:
14  test:
15    name: Build+test mothd
16    runs-on: ubuntu-latest
17    steps:
18      - uses: actions/checkout@v2
19      - name: Build+test
20        run: make test