Skip to content

Commit 0bc5b66

Browse files
authored
Merge branch 'main' into feature/01-01-config-crypto
2 parents 9e589ba + f23a981 commit 0bc5b66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.11", "3.12"]
10+
python-version: ["3.11"]
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Set up Python ${{ matrix.python-version }}
@@ -22,3 +22,4 @@ jobs:
2222
- name: Analysing the code with pylint
2323
run: |
2424
pylint $(git ls-files '*.py' | grep -v '^alembic/')
25+

0 commit comments

Comments
 (0)