Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-Greve authored Mar 11, 2024
1 parent 90ab6db commit ee72de4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ The project structure is as follows:
├── .github
│ └── workflows
│ ├── greetings.yml
│ ├── linux_cd.yml
│ └── windows_cd.yml
│ ├── linux.yml
│ └── windows.yml
├── src
│ ├── hello.cppm
│ └── main.cppm
Expand All @@ -32,8 +32,8 @@ The project structure is as follows:
```
- `.github/workflows/`: Directory containing the CI/CD workflow files.
- `greetings.yml`: Workflow file for greeting users on their first issue or pull request.
- `linux_cd.yml`: Workflow file for building and releasing the project on Linux (Ubuntu).
- `windows_cd.yml`: Workflow file for building and releasing the project on Windows.
- `linux.yml`: Workflow file for building and releasing the project on Linux (Ubuntu).
- `windows.yml`: Workflow file for building and releasing the project on Windows.
- `src/`: Directory containing the source files of the project.
- `tests/`: Directory containing the test files using GTest and GMock.
- `xmake.lua`: The Xmake configuration file.
Expand Down

0 comments on commit ee72de4

Please sign in to comment.