Skip to content

Bump github.com/gorilla/websocket from 1.5.1 to 1.5.2 #574

Bump github.com/gorilla/websocket from 1.5.1 to 1.5.2

Bump github.com/gorilla/websocket from 1.5.1 to 1.5.2 #574

Workflow file for this run

name: React
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
env:
working-directory: ./gui
CI: ""
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: yarn install
working-directory: ${{env.working-directory}}
- name: Build Site
run: yarn build
working-directory: ${{env.working-directory}}
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: dist
path: |
gui/dist