Skip to content

start-stop-daemon.c: use a stop context to track the current state #17

start-stop-daemon.c: use a stop context to track the current state

start-stop-daemon.c: use a stop context to track the current state #17

Workflow file for this run

name: Build CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: make
# End of file.