Files
netris-cdc-file-transfer/.github/workflows/lint.yml
Lutz Justen a8059e8572 [cdc_rsync] Use any available server port (#94)
Instead of calling netstat on the remote device to detect available
ports, simply call bind with port 0 to bind to any available port.
Since the port is not yet known when cdc_rsync_server.exe is called,
port forwarding needs to be started AFTER the server reports its port.
2023-03-06 14:16:21 +01:00

26 lines
418 B
YAML

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DoozyX/clang-format-lint-action@v0.15
with:
clangFormatVersion: 15
buildify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: thompsonja/bazel-buildifier@v0.4.0
with:
warnings: all