Skip to content

Update CLAUDE.md

Update CLAUDE.md #1

Workflow file for this run

name: Test dissectors
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install tshark
run: sudo apt-get update && sudo apt-get install -y tshark
- name: Run tests
run: make test