From 3236a93a661c2411b6e32958d8e76947e2dac5ad Mon Sep 17 00:00:00 2001 From: b4mbus Date: Fri, 8 Mar 2024 17:26:17 +0100 Subject: [PATCH] ci: fix syntax error --- .github/workflows/generate_docs.yml | 2 +- README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/generate_docs.yml b/.github/workflows/generate_docs.yml index 368167c..ce2dfab 100644 --- a/.github/workflows/generate_docs.yml +++ b/.github/workflows/generate_docs.yml @@ -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 diff --git a/README.md b/README.md index 5f0dfc0..98d472c 100644 --- a/README.md +++ b/README.md @@ -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)