Skip to content

Commit

Permalink
Fix broken ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcarbone committed Apr 3, 2024
1 parent 524195d commit 4ae2b77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rchartboost/ruff-action@v1
- uses: chartboost/ruff-action@v1
with:
src: './lightshow'

Expand All @@ -65,8 +65,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.9
# - name: Install flake8
# run: pip install flake8
- name: Install flake8
run: pip install flake8
- name: Run flake8
uses: suo/flake8-github-action@releases/v1
with:
Expand Down

0 comments on commit 4ae2b77

Please sign in to comment.