Skip to content

Commit 545549e

Browse files
authored
Merge pull request #356 from vkucera/o2linter
O2 linter: Be more specific about the action log section
2 parents a3f1aa9 + 335b7ee commit 545549e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/tools/o2linter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ In your fork O2Physics repository go to: "Settings -> Actions -> General -> Acti
5151
When you push to your remote branch, O2 linter will lint the files modified compared to the remote master branch in your fork.
5252
(If you want to lint only your commits, make sure your remote master branch is up to date.)
5353

54-
The output can be found in the log of the GitHub action.
54+
The output can be found in the "Run tests" step of the log of the GitHub action.
5555

5656
### In GitHub pull requests
5757

5858
O2 linter runs automatically on pull requests and lints files modified by the PR (compared to the target branch).
5959

60-
The total numbers of errors, warnings, and disabled issues are reported for convenience as an auto-updating comment in the PR, while the detailed breakdown per test remains available in the log of the GitHub action.
60+
The total numbers of errors, warnings, and disabled issues are reported for convenience as an auto-updating comment in the PR, while the detailed breakdown per test remains available in the "Run tests" step of the log of the GitHub action.
6161

6262
The first ten errors also appear as annotations directly in the source code.
6363

0 commit comments

Comments
 (0)