Skip to content

chore(deps): bump validator from 13.15.0 to 13.15.23 in /backend #529

chore(deps): bump validator from 13.15.0 to 13.15.23 in /backend

chore(deps): bump validator from 13.15.0 to 13.15.23 in /backend #529

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/eslint
with:
working-directory: ./backend
category: backend
- uses: ./.github/actions/eslint
with:
working-directory: ./frontend
category: frontend