Skip to content

[Snyk] Fix for 2 vulnerabilities #35

[Snyk] Fix for 2 vulnerabilities

[Snyk] Fix for 2 vulnerabilities #35

Workflow file for this run

name: Check for large files
on:
pull_request:
jobs:
check-files:
runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Check for large files
uses: actionsdesk/[email protected]
with:
filesizelimit: 5MB