diff --git a/.github/workflows/test-type-lint.yaml b/.github/workflows/test-type-lint.yaml index 53287b6..bc76711 100644 --- a/.github/workflows/test-type-lint.yaml +++ b/.github/workflows/test-type-lint.yaml @@ -76,6 +76,8 @@ jobs: sed -i 's/\"auto\"/None/g' README.md # on Mac: sed -i '' 's/cluster: slurm/cluster: null/g' infra/*.md # check readmes + pwd + ls pytest --markdown-docs -m markdown-docs **/*.md - name: Run basic pylint