Skip to content

[Backport release-3_40] [MetaSearch] Allow the user to enable or disable the logging of the debug messages #317

[Backport release-3_40] [MetaSearch] Allow the user to enable or disable the logging of the debug messages

[Backport release-3_40] [MetaSearch] Allow the user to enable or disable the logging of the debug messages #317

name: 🤸 Run pre-commit on PR
on:
pull_request:
push:
branches:
- master
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()