Skip to content

Migrate GIF provider from GIPHY to KLIPY #227

Migrate GIF provider from GIPHY to KLIPY

Migrate GIF provider from GIPHY to KLIPY #227

Workflow file for this run

name: Test
on:
- pull_request
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js from .nvmrc
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- uses: pnpm/action-setup@v2
with:
version: 10.6.5
- run: pnpm install --frozen-lockfile
- run: pnpm test
env:
KLIPY_API_KEY: ${{ secrets.KLIPY_API_KEY }}