Skip to content

Fix: VarlinkStream not dispatching out data when write returns EAGAIN #70

Fix: VarlinkStream not dispatching out data when write returns EAGAIN

Fix: VarlinkStream not dispatching out data when write returns EAGAIN #70

Workflow file for this run

name: Lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install tools
run: sudo apt-get install astyle
- name: format
run: astyle --options=.astylerc lib/*.[ch] tool/*.[ch]
- name: check formatting
run: git diff --exit-code