Merge branch 'cherrypick/refresh-polls' of https://git.woem.men/woem.men/forkey into cherrypick/refresh-polls
Some checks failed
Lint / pnpm_install (pull_request) Successful in 2m5s
Test (backend) / unit (22.x) (pull_request) Successful in 6m29s
Test (frontend) / vitest (22.x) (pull_request) Successful in 2m36s
Test (backend) / e2e (22.x) (pull_request) Failing after 9m15s
Test (production install and build) / production (22.x) (pull_request) Successful in 3m58s
Test (backend) / validate-api-json (22.x) (pull_request) Successful in 3m8s
Lint / lint (backend) (pull_request) Failing after 1m33s
Lint / lint (frontend) (pull_request) Successful in 8m47s
Lint / lint (sw) (pull_request) Successful in 2m4s
Lint / typecheck (backend) (pull_request) Successful in 2m47s
Lint / lint (misskey-js) (pull_request) Successful in 6m9s
Lint / typecheck (misskey-js) (pull_request) Successful in 2m12s

This commit is contained in:
Leah 2025-01-19 23:04:04 +01:00
commit 8fa21d9369
8 changed files with 0 additions and 11 deletions

View file

@ -17,7 +17,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Install pnpm

View file

@ -21,7 +21,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Check version
run: |

View file

@ -24,7 +24,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- uses: pnpm/action-setup@v4.0.0
with:
@ -49,7 +48,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- uses: pnpm/action-setup@v4.0.0
with:
@ -73,7 +71,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- uses: pnpm/action-setup@v4.0.0
with:

View file

@ -44,7 +44,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
@ -96,7 +95,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Install pnpm
uses: pnpm/action-setup@v4.0.0

View file

@ -32,7 +32,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Install pnpm
uses: pnpm/action-setup@v4.0.0

View file

@ -27,7 +27,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Install pnpm

View file

@ -20,7 +20,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Install pnpm
uses: pnpm/action-setup@v4.0.0

View file

@ -21,7 +21,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Install pnpm
uses: pnpm/action-setup@v4.0.0