Skip to content

Commit

Permalink
Merge pull request #111 from wusatosi/better-readme
Browse files Browse the repository at this point in the history
Rewrite README file
  • Loading branch information
neatudarius authored Feb 28, 2025
2 parents 94f65c0 + a9ce654 commit 06cfae6
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 231 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Setup Macos
if: startsWith(matrix.platform.os, 'macos')
run: sudo chmod -R 777 /opt/
- name: Print installed softwares
- name: Print installed software
shell: bash
run: |
echo "Build system:"
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
with:
cmakeVersion: "~3.25.0"
ninjaVersion: "^1.11.1"
- name: Print installed softwares
- name: Print installed software
run: |
cmake --version
ninja --version
Expand Down
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ repos:
rev: v0.42.0
hooks:
- id: markdownlint

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
hooks:
- id: codespell
Loading

0 comments on commit 06cfae6

Please sign in to comment.