Skip to content

Fix broken multi select when new image is reloaded #3

Fix broken multi select when new image is reloaded

Fix broken multi select when new image is reloaded #3

Workflow file for this run

name: Build Artifact
on:
pull_request:
types:
- opened
- synchronize
branches:
- master
jobs:
build:
steps:

Check failure on line 11 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / Build Artifact

Invalid workflow file

The workflow is not valid. .github/workflows/pull-request.yml (Line: 11, Col: 5): Required property is missing: runs-on
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Set Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Install and Build 🔧
run: |
corepack enable
yarn install
yarn build
- name: Upload artifacts 📦
uses: actions/upload-artifact@v4
with:
name: gh-pages
path: dist
retention-days: 5