Skip to content

Commit

Permalink
GitHub CI: Add files_size.yml (openvinotoolkit#2570)
Browse files Browse the repository at this point in the history
* GitHub CI: Add files_size.yml

* Update job name
  • Loading branch information
Alexander Zhogov authored Oct 13, 2020
1 parent ab0fb29 commit 565b504
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/files_size.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Files Size
on: [push, pull_request]

jobs:
Check-Files-Size:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2

- name: git ls-tree
run: |
git ls-tree -r -t -l --full-name HEAD | sort -n -r -k 4
- name: git lfs ls-files
run: |
git lfs ls-files --size

0 comments on commit 565b504

Please sign in to comment.