Skip to content

Commit 37cefc1

Browse files
committed
Fix unclosed brackets in cicd file
1 parent da929fa commit 37cefc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup Python
4242
uses: actions/setup-python@v3
4343
with:
44-
python-version: ${{ matrix.python-version }
44+
python-version: ${{ matrix.python-version }}
4545

4646
- name: Lint code
4747
uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)