Skip to content

Bump mongodb from 6.5.0 to 6.6.2 #4

Bump mongodb from 6.5.0 to 6.6.2

Bump mongodb from 6.5.0 to 6.6.2 #4

Workflow file for this run

name: reviewdog
on:
push:
branches: [ main, develop ]
tags:
- "v*.*.*"
paths-ignore:
- '**.md'
pull_request:
branches: [ main, develop ]
paths-ignore:
- '**.md'
jobs:
eslint:
name: runner / eslint
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-eslint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review # Change reporter.
eslint_flags: "src/"