Skip to content

Added lost-pixel, added lost-pixel baseline, fixed layout on small sc… #1

Added lost-pixel, added lost-pixel baseline, fixed layout on small sc…

Added lost-pixel, added lost-pixel baseline, fixed layout on small sc… #1

Workflow file for this run

on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "npm"
- name: Install dependencies
run: npm install
- name: Build ladle
run: npm run build
- name: Serve ladle
run: npm run serve &
- name: Lost Pixel
uses: lost-pixel/[email protected]