We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec68849 commit bf8bcd4Copy full SHA for bf8bcd4
.github/workflows/code-quality-main.yaml
@@ -20,10 +20,5 @@ jobs:
20
with:
21
python-version: "3.10"
22
23
- - name: Install dependencies
24
- run: |
25
- python -m pip install --upgrade pip
26
- pip install -e .
27
-
28
- name: Run pre-commits
29
uses: pre-commit/action@v2.0.3
.github/workflows/code-quality-pr.yaml
@@ -26,11 +26,6 @@ jobs:
30
31
32
33
34
- name: Find modified files
35
id: file_changes
36
uses: trilom/file-changes-action@v1.2.4
0 commit comments