Skip to content

feat(aos): add AOS Space Data Link Protocol (CCSDS 732.0-B-4) #42

feat(aos): add AOS Space Data Link Protocol (CCSDS 732.0-B-4)

feat(aos): add AOS Space Data Link Protocol (CCSDS 732.0-B-4) #42

Workflow file for this run

name: Lint
on:
push:
paths:
- "**.go"
- go.mod
- go.sum
pull_request:
paths:
- "**.go"
- go.mod
- go.sum
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- name: Run linter
uses: golangci/golangci-lint-action@v9
with:
version: v2.10