Skip to content

Commit 15df3e2

Browse files
authored
[MAINT] update dataset listing (#539)
* [MAINT] update dataset listing * fix table rendering * check listing datasets
1 parent c5d03ee commit 15df3e2

File tree

4 files changed

+101
-37
lines changed

4 files changed

+101
-37
lines changed

.github/workflows/validation.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,19 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v6
20-
- uses: codespell-project/actions-codespell@master
20+
- uses: codespell-project/actions-codespell@master
21+
22+
build:
23+
name: validata dataset listing
24+
runs-on: ubuntu-latest
25+
steps:
26+
- name: Checkout
27+
uses: actions/checkout@v6
28+
29+
- name: Set up Python
30+
uses: astral-sh/setup-uv@v7
31+
with:
32+
python-version: 3.12
33+
34+
- name: check listing datasets
35+
run: uv run tools/print_dataset_listing.py

0 commit comments

Comments
 (0)