Skip to content

Feature/re design 2

Feature/re design 2 #6

Workflow file for this run

name: Build
'on': pull_request
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: |
npm ci
npm run build