mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
chore: update-workflows (#2154)
* chore: merge test workflow * chore: simplify sponsors image generation workflow * chore: merge PR check workflow * chore: merge push workflow * chore: add auto sync translation document workflow * chore: remove PR branch name check job * chore: update go test job
This commit is contained in:
parent
5cc012d763
commit
c1c1b8b8e6
11 changed files with 118 additions and 3709 deletions
|
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
npm install
|
||||
npx sponsorkit -o ../../website/static/img/
|
||||
|
||||
npx sponsorkit@0.6.1 -o ../../website/static/img/
|
||||
|
|
|
|||
3606
scripts/sponsors/package-lock.json
generated
3606
scripts/sponsors/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"name": "scripts",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"sponsorkit": "^0.5.2"
|
||||
}
|
||||
}
|
||||
5
scripts/sync-translated-documents.sh
Normal file
5
scripts/sync-translated-documents.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
cd ../website
|
||||
|
||||
npx @crowdin/cli@latest pull -b master
|
||||
Loading…
Add table
Add a link
Reference in a new issue