write todo comments

This commit is contained in:
Quinn
2025-04-07 23:42:50 +02:00
committed by Quinn
parent f6458ddc46
commit ec06481a36
2 changed files with 4 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ on:
- dev
- $default-branch
jobs:
# TODO: add unit test job here
compile-and-lint:
runs-on: ubuntu-latest
container:
@@ -21,3 +22,4 @@ jobs:
steps:
- uses: actions/checkout@latest
- run: make compile ARCH=${{matrix.arch}}
# TODO: add linting checking here