mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 06:15:47 +01:00
write todo comments
This commit is contained in:
2
.github/workflows/validate.yaml
vendored
2
.github/workflows/validate.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user