Compare commits
6 commits
Author | SHA1 | Date | |
---|---|---|---|
91479bad65 | |||
9ebebce008 | |||
c7f3ae06a7 | |||
970e17b184 | |||
eb7bdbf257 | |||
0055a1acce |
1 changed files with 16 additions and 0 deletions
|
@ -17,11 +17,17 @@ on:
|
|||
- packages/sw/**
|
||||
- packages/misskey-js/**
|
||||
- packages/shared/.eslintrc.js
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
pnpm_install:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Cache repository
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ./
|
||||
key: repo-cache
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
|
@ -46,6 +52,11 @@ jobs:
|
|||
- sw
|
||||
- misskey-js
|
||||
steps:
|
||||
- name: Restore cached repository
|
||||
uses: actions/cache/restore@v4
|
||||
with:
|
||||
path: ./
|
||||
key: repo-cache
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
|
@ -69,6 +80,11 @@ jobs:
|
|||
- backend
|
||||
- misskey-js
|
||||
steps:
|
||||
- name: Restore cached repository
|
||||
uses: actions/cache/restore@v4
|
||||
with:
|
||||
path: ./
|
||||
key: repo-cache
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
|
|
Loading…
Reference in a new issue