Skip to content

Commit 55be969

Browse files
committed
ALP CLI
1 parent 63fd04e commit 55be969

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/CI.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Check Code Format
20-
run: echo "TODO: Add code formatting check (e.g., clang-format)"
20+
run: "echo 'TODO: Add code formatting check (e.g., clang-format)'"
2121

2222
# Build and Test Job
2323
build-and-test:
@@ -26,9 +26,9 @@ jobs:
2626
strategy:
2727
fail-fast: true
2828
matrix:
29-
platform: [ubuntu-latest, macos-latest]
30-
build_type: [Debug, Release]
31-
cxx: [clang++]
29+
platform: [ ubuntu-latest, macos-latest ]
30+
build_type: [ Debug, Release ]
31+
cxx: [ clang++ ]
3232

3333
steps:
3434
- uses: actions/checkout@v4
@@ -55,9 +55,9 @@ jobs:
5555
strategy:
5656
fail-fast: true
5757
matrix:
58-
platform: [ubuntu-latest, macos-latest]
59-
build_type: [Release]
60-
cxx: [clang++]
58+
platform: [ ubuntu-latest, macos-latest ]
59+
build_type: [ Release ]
60+
cxx: [ clang++ ]
6161

6262
steps:
6363
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)