Skip to content

add script that downloads card images from poe cdn #68

add script that downloads card images from poe cdn

add script that downloads card images from poe cdn #68

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: latest
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run ci