Skip to content

Bump github.com/bluenviron/gomavlib/v3 from 3.0.0 to 3.1.0 #217

Bump github.com/bluenviron/gomavlib/v3 from 3.0.0 to 3.1.0

Bump github.com/bluenviron/gomavlib/v3 from 3.0.0 to 3.1.0 #217

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: make test
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}