diff --git a/.github/test.yml b/.github/test.yml new file mode 100644 index 0000000..2fe28d8 --- /dev/null +++ b/.github/test.yml @@ -0,0 +1,8 @@ +on: [push] +jobs: + run-and-compile: + runs-on: ubuntu-latest + steps: + uses: actions/checkout@v4 + run: apt install clang + run: ls \ No newline at end of file