Skip to content

Commit

Permalink
Fix github action name by capitalizing
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Aug 2, 2023
1 parent 3740925 commit 2005d16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
python -m pip --disable-pip-version-check install -t ./pythonFiles/lib/python --no-cache-dir --implementation py --no-deps --upgrade --pre debugpy
python -m pip install --upgrade -r build/test-requirements.txt
- name: Run ruff
- name: Run Ruff
uses: chartboost/ruff-action@v1
with:
src: "./pythonFiles"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
python -m pip --disable-pip-version-check install -t ./pythonFiles/lib/python --no-cache-dir --implementation py --no-deps --upgrade --pre debugpy
python -m pip install --upgrade -r build/test-requirements.txt
- name: Run ruff
- name: Run Ruff
uses: chartboost/ruff-action@v1
with:
src: "./pythonFiles"
Expand Down

0 comments on commit 2005d16

Please sign in to comment.