Skip to content

Commit

Permalink
fix indentation bug in yaml files for docs and spell checks
Browse files Browse the repository at this point in the history
  • Loading branch information
zsarnoczay committed Jan 7, 2025
1 parent 0135571 commit 839e92b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
steps:
- name: Check out the repository
uses: actions/checkout@v4
with:
submodules: true
with:
submodules: true
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spell_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: true
with:
submodules: true
- name: Run codespell
uses: codespell-project/actions-codespell@v2

0 comments on commit 839e92b

Please sign in to comment.