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 ce2bc7e commit 08f0b0d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,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:
if: github.repository_owner == 'maidsafe'
Expand Down

0 comments on commit 08f0b0d

Please sign in to comment.