Skip to content

Commit

Permalink
ci: fix ruff workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nikshankarnoble authored Apr 13, 2024
1 parent 29133c3 commit b4bcd83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v4
- name: Install Python
Expand Down

0 comments on commit b4bcd83

Please sign in to comment.