We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01a5a8 commit 05111dbCopy full SHA for 05111db
.github/workflows/black_linter.yml
@@ -6,7 +6,7 @@ on:
6
- 'README.md'
7
pull_request:
8
branches:
9
- -main
+ - main
10
11
jobs:
12
build:
@@ -23,8 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
26
- pip install -r app/requirements/testing.txt
27
- pip install -r app/requirements/postgres.txt
+ pip install -r app/requirements/local.txt
28
- name: Analysing the code with pylint
29
30
black --check .
0 commit comments