Skip to content

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

Add GitHub Action to check for large files without git lfs

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

Workflow file for this run

# This workflow checks for large files that are not tracked with git lfs
name: Check for git lfs
on: [push, pull_request]
jobs:
check_git_lfs:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Check for large files without git lfs
uses: ppremk/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
filesizelimit: 1MB