Skip to content

Commit 8817781

Browse files
authored
build: Run linter in Python CI Docs (#2603)
<!-- Thanks for opening a pull request! --> <!-- In the case this PR will resolve an issue, please replace ${GITHUB_ISSUE_ID} below with the actual Github issue id. --> <!-- Closes #${GITHUB_ISSUE_ID} --> # Rationale for this change Run `make lint` in Python CI Docs to catch markdown style issues. ## Are these changes tested? Yes. ## Are there any user-facing changes? No. <!-- In the case of user-facing changes, please add the changelog label. -->
1 parent 6a626c1 commit 8817781

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/python-ci-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ jobs:
4545
run: make docs-install
4646
- name: Build docs
4747
run: make docs-build
48+
- name: Run linters
49+
run: make lint

mkdocs/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You can mix and match optional dependencies depending on your needs:
6262
| gcsfs | GCSFS as a FileIO implementation to interact with the object store |
6363
| rest-sigv4 | Support for generating AWS SIGv4 authentication headers for REST Catalogs |
6464
| pyiceberg-core | Installs iceberg-rust powered core |
65-
| datafusion | Installs both PyArrow and Apache DataFusion |
65+
| datafusion | Installs both PyArrow and Apache DataFusion |
6666

6767
You either need to install `s3fs`, `adlfs`, `gcsfs`, or `pyarrow` to be able to fetch files from an object store.
6868

0 commit comments

Comments
 (0)