Skip to content

Commit 29239e6

Browse files
Remove readme validation
1 parent 4bdd717 commit 29239e6

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/pr-check.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,3 @@ jobs:
9393
- name: Run tests
9494
run: python -m nox --session tests
9595
shell: bash
96-
97-
- name: Validate README.md
98-
run: python -m nox --session validate_readme
99-
shell: bash

.github/workflows/push-check.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,3 @@ jobs:
8888
- name: Run tests
8989
run: python -m nox --session tests
9090
shell: bash
91-
92-
- name: Validate README.md
93-
run: python -m nox --session validate_readme
94-
shell: bash

0 commit comments

Comments
 (0)