Skip to content

Commit da0ff07

Browse files
committed
ci: changing lint rules
1 parent 0d007d2 commit da0ff07

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: "✅ Linter"
22

33
on:
44
push:
5-
branches:
6-
- master
75
paths:
86
- '**.py'
97

@@ -47,6 +45,6 @@ jobs:
4745
ruff check ${{env.PROJECT_FOLDER}} --fix
4846
- uses: stefanzweifel/git-auto-commit-action@v5
4947
with:
50-
push_options: --force
48+
push_options:
5149
commit_message: "style: style fixes by ruff and autoformatting by black"
5250

0 commit comments

Comments
 (0)