Skip to content

Commit

Permalink
Add GitHub Action to check for large files without git lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrp089 committed Jan 24, 2024
1 parent 6b841e8 commit 631a56d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/git_lfs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This workflow checks for large files that are not tracked with git lfs
name: Documentation
on: [push, pull_request]
jobs:
check_git_lfs:
runs-on: ubuntu-latest
steps:
- name: Check for large files without git lfs
uses: ppremk/[email protected]
with:
filesizelimit: 1MB

0 comments on commit 631a56d

Please sign in to comment.