Skip to content

[_]: fix/fetch folder items after sending items to trash #2206

[_]: fix/fetch folder items after sending items to trash

[_]: fix/fetch folder items after sending items to trash #2206

Workflow file for this run

name: PR Size Checker
on: pull_request
jobs:
check_pr_size:
name: Check PR size doesn't break set limit
runs-on: ubuntu-latest
steps:
# checkout your code with your git history
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: maidsafe/pr_size_checker@v2
with:
max_lines_changed: 500