Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Lint Workflow #123

Merged
merged 13 commits into from
Mar 24, 2023
Prev Previous commit
Next Next commit
Fix path in run lint
Aditya Gudimella committed Mar 20, 2023
commit d8760742ff881d1fd9f949ea3af664b7423a4bae
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -24,4 +24,4 @@ jobs:
- name: Install SemanticKernel
run: cd python && poetry install
AdityaGudimella marked this conversation as resolved.
Show resolved Hide resolved
- name: Run lint
run: cd python && poetry run ruff check ./python/
run: cd python && poetry run ruff check .