Skip to content

Commit

Permalink
chore: edit gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
01Joseph-Hwang10 committed May 9, 2024
1 parent 21f58dd commit 7c8b4a3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/parallel/project/ldm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
schemes:
lodash:
uses: github
with:
url: https://github.com/lodash/lodash
ref: main

dependencies:
clamp: lodash:///src/clamp.ts -> src/utils/clamp.ts
reset.css: |
https://cdn.jsdelivr.net/npm/[email protected]/reset.min.css
-> src/styles/reset.css
config:
parallel:
workers: 4
15 changes: 15 additions & 0 deletions tests/sequential/project/ldm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
schemes:
lodash:
uses: github
with:
url: https://github.com/lodash/lodash
ref: main

dependencies:
clamp: lodash:///src/clamp.ts -> src/utils/clamp.ts
reset.css: |
https://cdn.jsdelivr.net/npm/[email protected]/reset.min.css
-> src/styles/reset.css
config:
sequential:

0 comments on commit 7c8b4a3

Please sign in to comment.