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 +