feat: Add orm for Tools and clean up Tool logic (#1935)
This commit is contained in:
16
.github/workflows/code_style_checks.yml
vendored
16
.github/workflows/code_style_checks.yml
vendored
@@ -1,21 +1,13 @@
|
||||
name: Code Style Checks
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.py'
|
||||
pull_request_target:
|
||||
types:
|
||||
- opened
|
||||
- edited
|
||||
- synchronize
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
pull-requests: read
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
validation-checks:
|
||||
style-checks:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user