Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
chore(ci): add PR size check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Coyle committed Feb 9, 2021
1 parent 787a6a3 commit aa88291
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pr.yml
Expand Up @@ -47,6 +47,15 @@ jobs:
- name: Clippy checks
run: cargo clippy --all-targets --all-features

check_pr_size:
name: Check PR size doesn't break set limit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: maidsafe/pr_size_checker@v1.1
with:
max_lines_changed: 200

coverage:
name: Code coverage check
runs-on: ubuntu-latest
Expand Down

0 comments on commit aa88291

Please sign in to comment.