Skip to content

Update 1.3.6 advisory technique bullet #465

Update 1.3.6 advisory technique bullet

Update 1.3.6 advisory technique bullet #465

Workflow file for this run

name: Build PR
on:
pull_request:
jobs:
build:
name: Run build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm i && npm run build