Skip to content

fix: Rename tests/mamba/test_utils.py to tests/mamba/utils.py to fix … #5638

fix: Rename tests/mamba/test_utils.py to tests/mamba/utils.py to fix …

fix: Rename tests/mamba/test_utils.py to tests/mamba/utils.py to fix … #5638

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
permissions: read-all
jobs:
pre-commit:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: pre-commit/action@v3.0.1