check for frame ip safety (#1036)

* check for ip safety

* add jest

* add gh workflow

* middleware->frame calls with dns lookup
This commit is contained in:
Jordan Frankfurt
2024-10-04 14:46:32 -05:00
committed by GitHub
parent 3d1e8dd184
commit d5b40500f3
10 changed files with 433 additions and 7 deletions

18
.github/workflows/main.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Unit Tests
on:
push:
branches:
- master
pull_request:
branches: [master]
jobs:
Jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run Tests
run: |
yarn install
yarn test