2929 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3030 run : oj-verify all --tle 60 --timeout 21600
3131
32- greps_clangformat_cppcheck :
32+ grep_clangformat_cppcheck :
3333 runs-on : ubuntu-latest
3434 steps :
3535 - uses : actions/checkout@v2
4141 - name : Install dependencies
4242 run : sudo apt update && sudo apt install -y clang-format-19 cppcheck
4343 - name : checks format then lints
44- run : make --directory=tests/ greps_clangformat_cppcheck
44+ run : make --directory=tests/ grep_clangformat_cppcheck
4545
4646 clangtidy :
4747 runs-on : ubuntu-latest
@@ -101,7 +101,7 @@ jobs:
101101
102102 publish_ptc :
103103 runs-on : ubuntu-latest
104- needs : [library_checker_aizu, greps_clangformat_cppcheck , clangtidy, compile_gcc, compile_clang, files_without_tests, build_ptc]
104+ needs : [library_checker_aizu, grep_clangformat_cppcheck , clangtidy, compile_gcc, compile_clang, files_without_tests, build_ptc]
105105 if : github.ref == 'refs/heads/dev' && github.event_name == 'push'
106106 steps :
107107 - uses : actions/checkout@v2
@@ -119,7 +119,7 @@ jobs:
119119
120120 update_main :
121121 runs-on : ubuntu-latest
122- needs : [library_checker_aizu, greps_clangformat_cppcheck , clangtidy, compile_gcc, compile_clang, files_without_tests]
122+ needs : [library_checker_aizu, grep_clangformat_cppcheck , clangtidy, compile_gcc, compile_clang, files_without_tests]
123123 if : github.ref == 'refs/heads/dev' && github.event_name == 'push'
124124 steps :
125125 - uses : actions/checkout@v2
0 commit comments