Skip to content

chore(deps-dev): bump mariadb from 3.3.1 to 3.3.2 #30

chore(deps-dev): bump mariadb from 3.3.1 to 3.3.2

chore(deps-dev): bump mariadb from 3.3.1 to 3.3.2 #30

Workflow file for this run

name: ESLint
on:
pull_request:
jobs:
eslint:
name: Run eslint scanning
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint