Skip to content

Another potential mysql critical vulnerability fixed #20

Another potential mysql critical vulnerability fixed

Another potential mysql critical vulnerability fixed #20

Workflow file for this run

name: "Check if compilable"
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- run: npm ci
- run: cp src/exampleConfig.ts src/config.ts
- run: tsc -b