diff --git a/.github/workflows/git_lfs.yml b/.github/workflows/git_lfs.yml new file mode 100644 index 00000000..2975651c --- /dev/null +++ b/.github/workflows/git_lfs.yml @@ -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/lfs-warning@v3.2 + with: + filesizelimit: 1MB \ No newline at end of file