Skip to content

Commit 976170f

Browse files
committed
Disable update_readmes.sh in CI
1 parent 568b90f commit 976170f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
rustup component add rustfmt
3232
find . -name '*.rs' -exec rustfmt {} \; && git diff --exit-code
3333
34-
- name: Format example READMEs
35-
run: ./scripts/update_readmes.sh && git diff --exit-code
34+
# smoelius: Disable for now as update_readmes.sh does not handle rustdoc comments correctly.
35+
# - name: Format example READMEs
36+
# run: ./scripts/update_readmes.sh && git diff --exit-code
3637

3738
- name: Clippy
3839
run: |

0 commit comments

Comments
 (0)