Skip to content

Feat: add timeouts and pool settings to the Mongoose connection and knex #22

Feat: add timeouts and pool settings to the Mongoose connection and knex

Feat: add timeouts and pool settings to the Mongoose connection and knex #22

Workflow file for this run

name: code-quality
on: [workflow_dispatch, pull_request]
jobs:
sonar:
name: sonar
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}