Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
biobootloader committed Mar 6, 2024
1 parent f7e6c61 commit 77ca8fa
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@ jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
- name: Install dependencies
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
uv pip install -r dev-requirements.txt
- name: ruff (linter)
run: ruff check .
- name: ruff (formatter)
run: ruff format --check .
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruff
Empty file added run.py
Empty file.
3 changes: 3 additions & 0 deletions spice.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import openai


0 comments on commit 77ca8fa

Please sign in to comment.