Skip to content

Commit 30401b5

Browse files
author
dmy.berezovskyi
committed
change project structure
1 parent 0c2b1a6 commit 30401b5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: Linting
22

33
on:
4+
pull_request:
5+
branches:
6+
- main
47
push:
58
branches:
6-
- '*'
9+
- main
710

811
jobs:
912
lint:
@@ -22,7 +25,7 @@ jobs:
2225
run: |
2326
python -m pip install --upgrade pip
2427
pip install -r requirements.txt
25-
pip install ruff
28+
pip install ruff
2629
2730
- name: Run Linting
2831
run: |

0 commit comments

Comments
 (0)