Skip to content

Commit 7f61e82

Browse files
revert: restore check-pr-max-lines.yml to main
Co-authored-by: prithpal.sooriya <prithpal.sooriya@consensys.net>
1 parent 8162664 commit 7f61e82

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/check-pr-max-lines.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,6 @@ name: 'Check PR Max Lines'
33
on:
44
pull_request:
55
types: [opened, reopened, synchronize]
6-
# Skip the check when a PR only touches files excluded from the line
7-
# count: pr-line-check crashes on such PRs (its `grep -Ev` pipeline exits
8-
# 1 under `set -e -o pipefail` when every changed file is filtered out),
9-
# and the result would always be 0 lines anyway.
10-
# Keep this list in sync with `ignore-patterns` below.
11-
paths-ignore:
12-
- '**.lock'
13-
- '**.snap'
14-
- '**.md'
15-
- '**.svg'
16-
- '**.yaml'
17-
- 'tests/integration/**'
18-
- '.agents/skills/integration-test/**'
196

207
permissions:
218
contents: read

0 commit comments

Comments
 (0)