Skip to content

Bump socket.io-parser from 4.2.2 to 4.2.4 in /ui #28

Bump socket.io-parser from 4.2.2 to 4.2.4 in /ui

Bump socket.io-parser from 4.2.2 to 4.2.4 in /ui #28

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '~1.20.0'
- name: Run tests
run: go test ./...