Skip to content

Commit 85078c2

Browse files
authored
Merge pull request #409 from nasa-jpl/v2
Switch to v2
2 parents 40f5367 + 94fd66f commit 85078c2

File tree

1,425 files changed

+1769950
-1151061
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,425 files changed

+1769950
-1151061
lines changed

.editorconfig

Lines changed: 0 additions & 5 deletions
This file was deleted.

.gitattributes

Whitespace-only changes.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Parse parts lists
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches: [master, v2]
7+
8+
jobs:
9+
generate_md:
10+
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
13+
pull-requests: write
14+
steps:
15+
- uses: actions/checkout@v3
16+
- name: generate_parts_list_md
17+
run: |
18+
cd parts_list
19+
python3 csv_to_md.py
20+
# push the changes if any
21+
- uses: int128/update-generated-files-action@v2

README.md

Lines changed: 60 additions & 177 deletions
File renamed without changes.

0 commit comments

Comments
 (0)