Skip to content

Commit db3b23a

Browse files
fix:
- Added branch rules to all branches for linting
1 parent 55232dc commit db3b23a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/lint.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- main
7+
- frontend
8+
- backend
9+
- dev
710
pull_request:
811

912
jobs:
@@ -27,4 +30,4 @@ jobs:
2730
run: npm run lint --workspace=frontend -- --max-warnings=10
2831

2932
- name: Run ESLint (Backend)
30-
run: npm run lint --workspace=backend -- --max-warnings=10
33+
run: npm run lint --workspace=backend -- --max-warnings=10

0 commit comments

Comments
 (0)