Skip to content
name: Playground Use Latest
on:
push:
branches:
- main
- '0\.*\.*'
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
- name: vue-playground

Check failure on line 16 in .github/workflows/playground_use_latest.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/playground_use_latest.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
run: |
cd vue-playground
cp package-ci.json package.json
npm i
npm run build
- name: Archive vue-playground results
uses: actions/upload-artifact@v3
with:
name: vue-playground
path: vue-playground/dist