Skip to content

Commit e1cfedd

Browse files
authored
chore: enforce the file-size limit via line-limit reusable (#368)
Release: add the line-limit reusable as a required check (soft 300 / hard 500).
2 parents 7c62b51 + 9010e1d commit e1cfedd

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/line-limit.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Line limit
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
- develop
8+
9+
permissions:
10+
contents: read
11+
12+
jobs:
13+
line-limit:
14+
uses: Glyndor/.github/.github/workflows/line-limit.yml@b78620146d50fdbc552e1b86740e64d114c58f0f # v1.0.0

0 commit comments

Comments
 (0)