From ddb02cd0310869c4539ebd1b0ba97c77e059fda8 Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Wed, 5 Jan 2022 09:31:26 -0500 Subject: [PATCH] Update python-tests.yml --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 96000af..3565fd3 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -34,7 +34,7 @@ jobs: flake8 *.py parsedmarc/*.py - name: Check README.rst syntax run: | - rstcheck --report warning README.rst + rstcheck --report warning README.rst - name: Test building documentation run: | cd docs