From 0a3b0309dc005d1cf731b041c0903230a3db0e56 Mon Sep 17 00:00:00 2001 From: laurentketterle-hub Date: Sun, 9 Aug 2026 17:46:30 +0200 Subject: [PATCH] docs+ci: Boost doc and CI coverage --- .github/workflows/ci-boost.yml | 8 ++++++++ README.md | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/ci-boost.yml diff --git a/.github/workflows/ci-boost.yml b/.github/workflows/ci-boost.yml new file mode 100644 index 0000000..aab398a --- /dev/null +++ b/.github/workflows/ci-boost.yml @@ -0,0 +1,8 @@ +name: CI +on: [push, pull_request] +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - run: echo OK diff --git a/README.md b/README.md index 2a79dc3..674745c 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ -# chi \ No newline at end of file +# chi + +## Boost +