Skip to content

test: add TestPacket{Read,Write}Context #117

test: add TestPacket{Read,Write}Context

test: add TestPacket{Read,Write}Context #117

Workflow file for this run

on: [push, pull_request]
name: Lint
jobs:
lint:
strategy:
matrix:
go-version: [1.20.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest