Skip to content

Implement DS Get /ipam/prefix/available-prefixes #316

Implement DS Get /ipam/prefix/available-prefixes

Implement DS Get /ipam/prefix/available-prefixes #316

Workflow file for this run

---
name: pre-commit
on:
pull_request:
push:
branches: [main]
permissions: read-all
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup pre-commit
run: python -m pip install pre-commit
- name: Run pre-commit checks
uses: pre-commit/[email protected]