Skip to content

fix: use OneDrive api to get the thumbnail #7

fix: use OneDrive api to get the thumbnail

fix: use OneDrive api to get the thumbnail #7

Workflow file for this run

name: Test
on:
push:
branches:
- '**'
tags-ignore:
- 'v*'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18.12.1, 18.x]
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: pnpm 🧰
uses: pnpm/[email protected]
with:
version: 7
- name: Node 🧰
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: 'pnpm'
- name: Install 📦
run: pnpm install
- name: Lint 🔍
run: pnpm lint
- name: Test 🐛
run: pnpm test