Skip to content

fix mysql connection string #11

fix mysql connection string

fix mysql connection string #11

Workflow file for this run

name: VERIFY CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run Verification
run: npm run verify