Skip to content

Bug 485. URL encode DID names. #425

Bug 485. URL encode DID names.

Bug 485. URL encode DID names. #425

Workflow file for this run

name: Build Rucio WebUI Component Library & React App
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install 🔧
run: |
npm install --legacy-peer-deps
- name: Build Storybook 🔧
run: |
npm run build-storybook
- name: Build NextJS App 🔧
run: |
npm run build