Skip to content

fix:uri: "varlink help" not working with camel-case interface names #67

fix:uri: "varlink help" not working with camel-case interface names

fix:uri: "varlink help" not working with camel-case interface names #67

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