Add trunk to repo, import clang-format.

This commit is contained in:
2023-10-19 22:04:15 -07:00
parent f896a108dd
commit a5bb31943c
3 changed files with 523 additions and 0 deletions

View File

@@ -18,9 +18,19 @@ jobs:
name: Setup cmake build
command: setup-cmake.sh
static_analysis:
docker:
- image: git.wntrmute.dev/sc/dev:alpine
steps:
- checkout
- run:
- name: trunk check
command: ./trunk check
# Orchestrate jobs using workflows
# See: https://circleci.com/docs/configuration-reference/#workflows
workflows:
ctest:
jobs:
- ctest
- static_analysis