Skip to content

Commit

Permalink
ci: fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dich0tomy committed Mar 8, 2024
1 parent a5f4eb3 commit 3236a93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repo & submodules
- uses: actions/checkout@v4
uses: actions/checkout@v4
with:
submodules: recursive
- name: Doxygen Action
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ TODO:
- [ ] Refactor so far #4

Plans:

- [ ] Package returned dirs in special objects with the following methods **\***:
- [ ] `writable() -> bool` - cross platform checking if the dir is writable into (we mean every notion of writable - delete, update, create new file, etc.)
- [ ] `readable() -> bool` - cross platform checking if the dir is readble (same here)
Expand Down

0 comments on commit 3236a93

Please sign in to comment.