mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-08-26 09:37:19 +00:00
22 lines
591 B
YAML
22 lines
591 B
YAML
name: LFS Warning
|
|
|
|
on:
|
|
pull_request:
|
|
types: [assigned, opened, edited, reopened, synchronize, ready_for_review]
|
|
|
|
permissions: read-all
|
|
|
|
jobs:
|
|
large-file-check:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
|
- uses: actionsdesk/lfs-warning@e5f9a4c21f4bee104db7c0f23954dde59e5df909 # v3.2
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
filesizelimit: 10MB
|
|
labelName: lfs-warning
|
|
exclusionPatterns: |
|
|
cli/slsa-verifier/testdata/**
|