We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11dafd0 commit 73d7d3dCopy full SHA for 73d7d3d
.github/workflows/linting.yml
@@ -10,9 +10,8 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v3
13
- - name: Run clang-format
14
- uses: jidicula/clang-format-action@v4.11.0
+ - name: Check format
+ uses: ModOrganizer2/check-formatting-action@master
15
with:
16
- clang-format-version: "16"
17
check-path: "."
18
exclude-regex: "third-party"
src/cmd/pr.cpp
@@ -116,8 +116,8 @@ namespace mob {
116
if (!task)
117
return 1;
118
119
- u8cout << "checking out pr " << pr.number << " " << "in "
120
- << task->name() << "\n";
+ u8cout << "checking out pr " << pr.number << " "
+ << "in " << task->name() << "\n";
121
122
git_wrap g(task->source_path());
123
0 commit comments