diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-05 13:31:06 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-05 13:31:06 +1000 |
commit | a49cc9f8948ce4c8d74d84ddf7f41826cd999dd9 (patch) | |
tree | fbf739550c957955ad6ea4ef8e1204355ca69c85 /.github | |
parent | 5d2b7e95d9466ddb5118beddb532e2c2daad5c7d (diff) |
push
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/continuous-workflow.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/continuous-workflow.yml b/.github/workflows/continuous-workflow.yml index 891270b..f9a3f53 100644 --- a/.github/workflows/continuous-workflow.yml +++ b/.github/workflows/continuous-workflow.yml @@ -19,5 +19,3 @@ jobs: run: find src/ -iname *.h -o -iname *.c | xargs clang-format --style=file --dry-run --Werror - name: Compile C code run: xmake build -y - # - name: Run tests - # run: xmake run -g tests |