flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
12
BACK_BACK/node_modules/deasync/.github/FUNDING.yml
generated
vendored
Executable file
12
BACK_BACK/node_modules/deasync/.github/FUNDING.yml
generated
vendored
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
# These are supported funding model platforms
|
||||
|
||||
github: [abbr]
|
||||
patreon: # Replace with a single Patreon username
|
||||
open_collective: # Replace with a single Open Collective username
|
||||
ko_fi: # Replace with a single Ko-fi username
|
||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||
liberapay: # Replace with a single Liberapay username
|
||||
issuehunt: # Replace with a single IssueHunt username
|
||||
otechie: # Replace with a single Otechie username
|
||||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
||||
20
BACK_BACK/node_modules/deasync/.github/workflows/npm_test.yml
generated
vendored
Executable file
20
BACK_BACK/node_modules/deasync/.github/workflows/npm_test.yml
generated
vendored
Executable file
|
|
@ -0,0 +1,20 @@
|
|||
name: npm_test
|
||||
on: [pull_request, push]
|
||||
jobs:
|
||||
npm_test:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-latest, windows-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '22'
|
||||
- run: npm install
|
||||
- run: npm test
|
||||
- name: Upload bin folder
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: bin
|
||||
path: bin/
|
||||
Loading…
Add table
Add a link
Reference in a new issue