diff --git a/.github/workflows b/.github/workflows new file mode 100644 index 0000000..c40cea1 --- /dev/null +++ b/.github/workflows @@ -0,0 +1,13 @@ +name: Build +on: + push: +jobs: + build-project: + name: Build Project + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4.1.2 + + - name: Configure and Build Project + uses: threeal/cmake-action@main \ No newline at end of file