Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
spicyfalafel committed Sep 19, 2024
1 parent ca3e0cc commit bb1caf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
detect-changes:
runs-on: ubuntu-latest
outputs:
typescript-changed: ${{ steps.detect.outputs.typescript-changed }}
python-changed: ${{ steps.detect.outputs.python-changed }}
typescript-changed: ${{ steps.detect-changes.outputs.typescript-changed }}
python-changed: ${{ steps.detect-changes.outputs.python-changed }}

steps:
- name: Checkout code
Expand Down
1 change: 0 additions & 1 deletion resources/sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from setuptools import setup

setup(

name="aidbox",
version="0.0.1",
description="",
Expand Down

0 comments on commit bb1caf9

Please sign in to comment.