This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
Test fix, geofence: allow time for callback to complete. (#1032) #16
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: style | |
on: | |
pull_request: | |
push: | |
jobs: | |
style: | |
name: style | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: dependencies | |
run: | | |
sudo apt update | |
sudo apt install doxygen astyle python3 | |
- name: check | |
run: | | |
python3 astyle.py && UBX_WORKDIR="$(pwd)" doxygen |