Skip to content

Add more input type validation to prevent injection #108

Add more input type validation to prevent injection

Add more input type validation to prevent injection #108

Workflow file for this run

name: Test
on:
push:
branches: [ develop* ]
pull_request:
branches: [ develop*,main ]
jobs:
bun-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install bun
uses: oven-sh/setup-bun@v1
- name: 'Install Dependencies'
run: |
bun install
- name: 'Run test'
run: |
bun pretest
bun test