Skip to content

Commit 5e40d77

Browse files
committed
removed trailing spaces
1 parent c6e9190 commit 5e40d77

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.github/workflows/auto-check_cpp_files.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,33 +12,33 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4
15-
15+
1616
- name: Checkout C++
1717
uses: actions/checkout@v4
1818
with:
1919
repository: apache/datasketches-cpp
2020
path: cpp
21-
21+
2222
- name: Setup Java
2323
uses: actions/setup-java@v4
2424
with:
2525
java-version: '11'
2626
distribution: 'temurin'
27-
27+
2828
- name: Configure C++ build
2929
run: cd cpp/build && cmake .. -DGENERATE=true
30-
30+
3131
- name: Build C++ unit tests
3232
run: cd cpp && cmake --build build --config Release
33-
33+
3434
- name: Run C++ tests
3535
run: cd cpp && cmake --build build --config Release --target test
36-
36+
3737
- name: Make dir
3838
run: mkdir -p serialization_test_data/cpp_generated_files
39-
39+
4040
- name: Copy files
4141
run: cp cpp/build/*/test/*_cpp.sk serialization_test_data/cpp_generated_files
42-
42+
4343
- name: Run Java tests
4444
run: mvn test -P check-cpp-files

.github/workflows/manual-codeql-analysis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ jobs:
3131
# If you wish to specify custom queries, you can do so here or in a config file.
3232
# By default, queries listed here will override any specified in a config file.
3333
# Prefix the list here with "+" to use these queries and those in the config file.
34-
34+
3535
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
3636
queries: +security-and-quality
3737

38-
3938
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
4039
# If this step fails, then you should remove it and run the build manually (see below)
4140
- name: Autobuild

0 commit comments

Comments
 (0)