diff options
| -rw-r--r-- | .github/workflows/c-cpp.yml | 17 | ||||
| -rw-r--r-- | CODEOWNERS | 2 | ||||
| -rwxr-xr-x | format.sh (renamed from run_format.sh) | 0 |
3 files changed, 18 insertions, 1 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml new file mode 100644 index 0000000..c277991 --- /dev/null +++ b/.github/workflows/c-cpp.yml @@ -0,0 +1,17 @@ +name: C/C++ CI + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: Install Packages + run: sudo apt update && sudo apt install build-essential
\ No newline at end of file @@ -3,4 +3,4 @@ /dev/LibCompiler/ @amlel-el-mahrouss
/dev/LibC++/ @amlel-el-mahrouss
-# LibC++ needs an owner.
+# LibC++ needs ownership.
diff --git a/run_format.sh b/format.sh index 6c15be1..6c15be1 100755 --- a/run_format.sh +++ b/format.sh |
