mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-04-18 13:47:45 +00:00
Merge branch 'Master' into 'efy', Update efy submodule
This commit is contained in:
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@@ -9,12 +9,19 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
<<<<<<< HEAD
|
||||
with:
|
||||
submodules: true
|
||||
=======
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: latest
|
||||
>>>>>>> master
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
cache: "yarn"
|
||||
- run: yarn install --prefer-offline
|
||||
- run: yarn build
|
||||
- run: yarn lint --no-fix
|
||||
cache: "pnpm"
|
||||
- run: pnpm install
|
||||
- run: pnpm build
|
||||
- run: pnpm lint --no-fix
|
||||
|
||||
Reference in New Issue
Block a user