Skip to content

fix(ws): bump ws to address DoS #94

fix(ws): bump ws to address DoS

fix(ws): bump ws to address DoS #94

Workflow file for this run

name: Push
on:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit
release:
needs: test
uses: ./.github/workflows/release.yml
secrets: inherit