Skip to content

Commit 43f66a0

Browse files
committed
feat: adding github action for lint
1 parent c4bd4ac commit 43f66a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Lint Codebase
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
- develop
88
pull_request:
99
branches:
10-
- main
10+
- master
1111
- develop
1212

1313
jobs:

0 commit comments

Comments
 (0)