diff options
| author | ruki <[email protected]> | 2023-02-01 00:53:04 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-02-01 00:53:04 +0800 |
| commit | 8fcfa349daf5add9d1be7ab5091eab4c5b89ea76 (patch) | |
| tree | 7dd4a72e1e7d24539d26ec43269f4c62cb649771 /xmake/plugins/check/checkers/api | |
| parent | 93aa9ca807fd263059df50406abe033f24846b31 (diff) | |
do check
Diffstat (limited to 'xmake/plugins/check/checkers/api')
| -rw-r--r-- | xmake/plugins/check/checkers/api/target/languages.lua | 1 | ||||
| -rw-r--r-- | xmake/plugins/check/checkers/api/target/packages.lua | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/xmake/plugins/check/checkers/api/target/languages.lua b/xmake/plugins/check/checkers/api/target/languages.lua index 5a0b8122e..c401f5584 100644 --- a/xmake/plugins/check/checkers/api/target/languages.lua +++ b/xmake/plugins/check/checkers/api/target/languages.lua @@ -19,4 +19,5 @@ -- function main() + print("check languages ..") end diff --git a/xmake/plugins/check/checkers/api/target/packages.lua b/xmake/plugins/check/checkers/api/target/packages.lua index fe3de2f01..900948e3d 100644 --- a/xmake/plugins/check/checkers/api/target/packages.lua +++ b/xmake/plugins/check/checkers/api/target/packages.lua @@ -19,4 +19,5 @@ -- function main() + print("check packages ..") end |
