Skip to content

Add debug command

Add debug command #11

Workflow file for this run

---
name: Lint
on: [push]
jobs:
lint-c:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run lint
run: |
make lint