Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Reber <[email protected]>
  • Loading branch information
adrianreber committed Apr 30, 2024
1 parent 9a3feb3 commit e55e131
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ on:
branches: [ main ]

jobs:
lint_markdown:
name: Run markdown linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint markdown
uses: DavidAnson/markdownlint-cli2-action@v15
with:
globs: |
README.md
build:
name: Run cargo build, cargo clippy and tests
runs-on: ubuntu-latest
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# ohpc-log-analyzer

This repository contains the code for `ohpc-log-analyzer`. This is a tool,
written in Rust, which is specifically written to analyze the Apache HTTP
Server log files generated on [OpenHPC](https://openhpc.community/)'s
[repository server](https://repos.openhpc.community/).

The output which is generated by `ohpc-log-analyzer` can be seen at
<https://repos.openhpc.community/stats/>.

0 comments on commit e55e131

Please sign in to comment.