Skip to content

Add codesandbox tasks for the vue example #41

Add codesandbox tasks for the vue example

Add codesandbox tasks for the vue example #41

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build 🔧
env:
VITE_UNSPLASH_TOKEN: ${{ secrets.UNSPLASH_TOKEN }}
run: |
npm run install-ci-deps
npm run build