interviewer / .github /workflows /check_file_size.yml
IliaLarchenko's picture
Set up github workflow
497d310
raw
history blame
235 Bytes
name: Check file size
on:
push:
pull_request:
workflow_dispatch:
jobs:
check-large-files:
runs-on: ubuntu-latest
steps:
- uses: ActionsDesk/lfs-warning@v2.0
with:
filesizelimit: 10485760