Skip to content

Bump github.com/spf13/viper from 1.16.0 to 1.17.0 in /chain #500

Bump github.com/spf13/viper from 1.16.0 to 1.17.0 in /chain

Bump github.com/spf13/viper from 1.16.0 to 1.17.0 in /chain #500

name: "Marketplace frontend build"
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
paths:
- 'frontend/marketplace/**'
jobs:
build:
name: Build Marketplace Frontend
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: earthly/actions-setup@v1
with:
version: 0.6.30
- run: npm ci && npm run build
working-directory: ./frontend/marketplace