Skip to content

Add tracing

Add tracing #26

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