diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-23 19:05:34 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-23 19:05:34 +0100 |
| commit | 179b5b58972189dbe2547e7afa393297d78112f2 (patch) | |
| tree | 9297569500f793284f02b68ca22934631a1b2b70 | |
| parent | cd8d2bba50ce417b583a9fff3149e3174822e612 (diff) | |
meta(proj): Add CI/CD.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
| -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 |
