Skip to content

ci(tools): #21 run lost pixel github action #1

ci(tools): #21 run lost pixel github action

ci(tools): #21 run lost pixel github action #1

Workflow file for this run

on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Lost Pixel
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install dependencies
run: pnpm install
- name: Build app
run: pnpm run build
- name: Start server (in background)
run: pnpm run preview &
- name: Lost Pixel
uses: lost-pixel/lost-pixel@v3.16.0
env:
LOST_PIXEL_API_KEY: ${{ secrets.LOST_PIXEL_API_KEY }}