Compare commits

...

6 commits
main ... main

View file

@ -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