Skip to content

Add GitHub Action to check for large files without git lfs #1

Add GitHub Action to check for large files without git lfs

Add GitHub Action to check for large files without git lfs #1

Workflow file for this run

# 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