Skip to content

Commit

Permalink
[#7]: Add output screenshot to README
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDomagala committed May 1, 2021
1 parent 30ab61e commit 641eb4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jdomagala/static_analysis:clang-tidy-11
FROM jdomagala/static_analysis:latest

COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ You can use `cppcheck_args` input to set your flags.

- **clang-tidy** will look for the ```.clang-tidy``` file in your repository.

## Output example
![output](https://github.com/JacobDomagala/StaticAnalysis/wiki/output_example.png)

## Workflow example

```yml
Expand Down

0 comments on commit 641eb4c

Please sign in to comment.