Skip to content

feat: Add new routes and features for ticket and flag management (CRUD api) #20

feat: Add new routes and features for ticket and flag management (CRUD api)

feat: Add new routes and features for ticket and flag management (CRUD api) #20

Workflow file for this run

# Enforce pre-commit hook server side
name: Run pre-commit hooks
on:
pull_request:
branches: [ main ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]