Skip to content

Commit

Permalink
chore(ci): update pr_size_checker to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Coyle committed Feb 25, 2021
1 parent ba8c3aa commit 31a0792
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pr.yml
Expand Up @@ -53,10 +53,12 @@ jobs:
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
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- uses: maidsafe/pr_size_checker@v2
with:
max_lines_changed: 200

coverage:
name: Code coverage check
Expand Down

0 comments on commit 31a0792

Please sign in to comment.