Skip to content

fix broken build of MariaDB #1675

fix broken build of MariaDB

fix broken build of MariaDB #1675

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: eslint
uses: reviewdog/action-eslint@v1
with:
reporter: github-pr-review
level: warning
actionlint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1
with:
reporter: github-pr-review
level: warning