Skip to content

Commit d976a06

Browse files
authored
fix: on push to any branch the ci runs and rm: uploading of lint logs
1 parent e8b81ef commit d976a06

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Lint & Type Checks
22

33
on:
4-
pull_request:
5-
branches: [ main ]
64
push:
5+
pull_request:
76
branches: [ main ]
87

98
permissions:
@@ -46,11 +45,3 @@ jobs:
4645
run: |
4746
echo "==== Running mypy ===="
4847
mypy user_scanner || { echo "Mypy found issues"; exit 1; }
49-
50-
- name: Upload lint logs
51-
if: always()
52-
uses: actions/upload-artifact@v4
53-
with:
54-
name: lint-logs
55-
path: |
56-
.

0 commit comments

Comments
 (0)