Skip to content

build(deps): bump scipy from 1.8.0 to 1.10.0 in /src/modules/ekf2/EKF/python/tuning_tools/mc_wind_estimator #270

build(deps): bump scipy from 1.8.0 to 1.10.0 in /src/modules/ekf2/EKF/python/tuning_tools/mc_wind_estimator

build(deps): bump scipy from 1.8.0 to 1.10.0 in /src/modules/ekf2/EKF/python/tuning_tools/mc_wind_estimator #270

# Make check_format before PULLREQUEST.
name: check_format
on: [pull_request]
jobs:
main:
name: Validate testfile
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint
run: |
sudo apt update -y && sudo apt install -y --no-install-recommends make astyle
make check_format