Skip to content

Commit 9d46784

Browse files
committed
rename
1 parent 8567c94 commit 9d46784

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/programming_team_code_ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
git submodule init
2525
git submodule update
2626
rm -rf hackpack-cpp/tests/
27-
- name: Run tests
27+
- name: Run library checker and aizu tests
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
run: oj-verify all --tle 60 --timeout 21600
@@ -40,7 +40,7 @@ jobs:
4040
wget -O - https://apt.llvm.org/llvm.sh | sudo bash
4141
- name: Install dependencies
4242
run: sudo apt update && sudo apt install -y clang-format-19 cppcheck
43-
- name: checks format then lints
43+
- name: grep, clang-format, cppcheck
4444
run: make --directory=tests/ grep_clangformat_cppcheck
4545

4646
clangtidy:
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
steps:
6363
- uses: actions/checkout@v2
64-
- name: Compile all tests
64+
- name: g++ with gcc
6565
run: make --directory=tests/ compile_gcc
6666

6767
compile_clang:
@@ -72,14 +72,14 @@ jobs:
7272
run: wget -qO- https://apt.llvm.org/llvm.sh | sudo bash -s -- 19
7373
- name: Install dependencies
7474
run: sudo apt update && sudo apt install -y clang-19
75-
- name: Compile all tests
75+
- name: g++ with clang
7676
run: make --directory=tests/ compile_clang
7777

7878
find_files_without_tests:
7979
runs-on: ubuntu-latest
8080
steps:
8181
- uses: actions/checkout@v2
82-
- name: files without tests
82+
- name: find files without tests
8383
run: make --directory=tests/ find_files_without_tests
8484

8585
build_pdf:
@@ -92,7 +92,7 @@ jobs:
9292
sudo apt install texlive texlive-latex-extra rename nodejs npm
9393
wget -qO- https://apt.llvm.org/llvm.sh | sudo bash -s -- 19
9494
sudo apt update && sudo apt install -y clang-19
95-
- name: build ptc
95+
- name: build pdf
9696
run: make --directory=tests/ build_pdf
9797
- uses: actions/upload-artifact@v4
9898
with:
@@ -147,5 +147,5 @@ jobs:
147147
- uses: actions/checkout@v2
148148
- name: Install dependencies
149149
run: sudo apt install shfmt shellcheck
150-
- name: shellcheck and shfmt
150+
- name: shellcheck, shfmt
151151
run: make --directory=tests/ shellcheck_shfmt

0 commit comments

Comments
 (0)