Skip to content

Commit f3984a2

Browse files
Gold856sciencewhiz
andcommitted
Update source/docs/software/what-is-wpilib.rst
Co-authored-by: sciencewhiz <[email protected]>
1 parent 9b14784 commit f3984a2

File tree

4 files changed

+269
-263
lines changed

4 files changed

+269
-263
lines changed

.github/workflows/CI.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,3 +192,18 @@ jobs:
192192
- name: Format
193193
run: |
194194
black --check .
195+
196+
check-dev-timeline:
197+
runs-on: ubuntu-22.04
198+
steps:
199+
- uses: actions/checkout@v4
200+
- uses: actions/setup-python@v5
201+
with:
202+
python-version: 3.9
203+
- name: Install Python Dependencies
204+
run: |
205+
pip install -r source/requirements.txt
206+
- name: Generate Development Timeline
207+
run: python source/docs/software/dev_timeline.py
208+
- name: Check output
209+
run: git --no-pager diff --exit-code HEAD

0 commit comments

Comments
 (0)