Skip to content

Update http_trace.bpf.c #27

Update http_trace.bpf.c

Update http_trace.bpf.c #27

Workflow file for this run

name: Spell Check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup
run: |
curl -L https://git.io/misspell | bash
- name: Spell Check
run: |
find . -type f | grep -v vmlinux.h | xargs ./bin/misspell