Skip to content

Commit

Permalink
Fix syntax error in linting GHA.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacemanPaul committed May 2, 2024
1 parent 3cc0888 commit 722bc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: "3.10"
python-version: ["3.10"]
name: MyPy
steps:
- name: checkout git
Expand Down

0 comments on commit 722bc6e

Please sign in to comment.