Skip to content

Bump github.com/bluenviron/gomavlib/v2 from 2.1.3 to 2.2.0 #166

Bump github.com/bluenviron/gomavlib/v2 from 2.1.3 to 2.2.0

Bump github.com/bluenviron/gomavlib/v2 from 2.1.3 to 2.2.0 #166

Workflow file for this run

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