-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitHub CI: Add files_size.yml (#2570)
* GitHub CI: Add files_size.yml * Update job name
- show
- dev-cpu/2022.2.pre.20220527
- dev_11102021
- 2024.6.0
- 2024.5.0
- 2024.4.1
- 2024.4.0
- 2024.3.0
- 2024.2.0
- 2024.2.0.dev20240513
- 2024.2.0.dev20240506
- 2024.1.0
- 2024.0.0
- 2023.3.0
- 2023.2.0
- 2023.2.0.dev20230922
- 2023.1.0
- 2023.1.0.dev20230811
- 2023.1.0.dev20230728
- 2023.1.0.dev20230623
- 2023.0.2
- 2023.0.1
- 2023.0.0
- 2023.0.0.dev20230427
- 2023.0.0.dev20230407
- 2023.0.0.dev20230217
- 2023.0.0.dev20230119
- 2022.3.2
- 2022.3.1
- 2022.3.0
- 2022.3.0.dev20221125
- 2022.3.0.dev20221103
- 2022.2.0
- 2022.2.0.dev20220829
- 2022.2.0.dev20220804-atsm
- 2022.1.1
- 2022.1.0
- 2022.1.0.dev20220316
- 2022.1.0.dev20220302
- 2022.1.0.dev20220218
- 2022.1.0.dev20220215
- 2022.1.0.dev20220131
- 2022.1.0.dev20220111
- 2022.1.0.dev20211110
- 2021.4.2
- 2021.4.1
- 2021.4
- 2021.3
- 2021.3-doc-update
- 2021.2
Alexander Zhogov
authored
Oct 13, 2020
1 parent
ab0fb29
commit 565b504
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||