Skip to content

Commit ffd4cb7

Browse files
Merge pull request #130 from RoboStack/add-new-distro
feat: add rolling and lyrical
2 parents 781d931 + 078a0c3 commit ffd4cb7

6 files changed

Lines changed: 4712 additions & 1739 deletions

File tree

.github/workflows/update-package-table.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
- name: Create table kilted
3232
run: |
3333
pixi run compare-completeness kilted robostack-kilted
34+
- name: Create table rolling
35+
run: |
36+
pixi run compare-completeness rolling https://prefix.dev/robostack-rolling
37+
- name: Create table lyrical
38+
run: |
39+
pixi run compare-completeness lyrical https://prefix.dev/robostack-lyrical
3440
- name: Commit changes
3541
id: commit
3642
run: |
@@ -42,6 +48,8 @@ jobs:
4248
git add docs/humble.md
4349
git add docs/jazzy.md
4450
git add docs/kilted.md
51+
git add docs/rolling.md
52+
git add docs/lyrical.md
4553
git commit -m "Update tables"
4654
continue-on-error: true
4755
- name: Push changes

0 commit comments

Comments
 (0)