Skip to content

fix(deps): update dependency mysql2 to v3.6.3 #462

fix(deps): update dependency mysql2 to v3.6.3

fix(deps): update dependency mysql2 to v3.6.3 #462

Workflow file for this run

name: ESLint Validation
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npx eslint ./src