Skip to content

vwifi: Use timer_delete_sync() on Linux >= 6.1.84 for scan timers #361

vwifi: Use timer_delete_sync() on Linux >= 6.1.84 for scan timers

vwifi: Use timer_delete_sync() on Linux >= 6.1.84 for scan timers #361

Workflow file for this run

name: main
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: validate coding style and functionality
run: |
sudo apt-get install -q -y clang-format-18
.ci/check-format.sh
.ci/build-n-run.sh
shell: bash