Skip to content

Commit

Permalink
switch from github action to pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Aug 4, 2023
1 parent 85ea52f commit 46a2911
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/actions/lint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ runs:
shell: bash

- name: Run Ruff
uses: chartboost/ruff-action@v1
with:
src: './pythonFiles'
run: |
python -m pip install -U ruff
python -m ruff . --check
working-directory: pythonFiles
shell: bash

0 comments on commit 46a2911

Please sign in to comment.