Skip to content

Feat: LFS warning

Feat: LFS warning #2

Workflow file for this run

name: Large file warning
on:
pull_request:
branches: ['**']
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: ppremk/lfs-warning@v3.2
with:
token: ${{ secrets.GITHUB_TOKEN }} # Optional
filesizelimit: 10MB
# exclusionPatterns: |
# **/*.png