Skip to content

fix: corrects sanitization to accept the entire alphabet in alphanume… #492

fix: corrects sanitization to accept the entire alphabet in alphanume…

fix: corrects sanitization to accept the entire alphabet in alphanume… #492

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Run build
run: bun run build