Skip to content

fix: geoip standalone script should check on CONTAINER_ENGINE variabl… #2367

fix: geoip standalone script should check on CONTAINER_ENGINE variabl…

fix: geoip standalone script should check on CONTAINER_ENGINE variabl… #2367

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [master]
permissions:
contents: read
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: 3.x
- uses: pre-commit/[email protected]