Skip to content

Commit 1fbfd21

Browse files
committed
sharkpools
1 parent 4a0aa02 commit 1fbfd21

File tree

10 files changed

+1245
-318
lines changed

10 files changed

+1245
-318
lines changed

.github/workflows/SharkPool.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
2+
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
3+
4+
name: SharkPools 扩展
5+
6+
on:
7+
push:
8+
branches: [ "main" ]
9+
pull_request:
10+
branches: [ "main" ]
11+
12+
jobs:
13+
build:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v4
17+
- name: Use Node.js 20.x
18+
uses: actions/setup-node@v4
19+
with:
20+
node-version: 20.x
21+
cache: 'npm'
22+
- name: Install dependencies
23+
run: npm install
24+
- name: Run SharkPools
25+
run: npm run sharkpools
26+
env:
27+
ZEROCAT_TOKEN_SHARKPOOL: ${{ secrets.ZEROCAT_TOKEN_SHARKPOOL }}
28+
ZEROCAT_BACKEND: ${{ vars.ZEROCAT_BACKEND }}

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "SharkPools-Extensions"]
22
path = SharkPools-Extensions
3-
url = https://github.com/ZeroCatDev/SharkPools-Extensions
3+
url = https://github.com/SharkPool-SP/SharkPools-Extensions

0 commit comments

Comments
 (0)