Skip to content

Minor fix: console wording #1

Minor fix: console wording

Minor fix: console wording #1

Workflow file for this run

name: LFS check
on:
pull_request:
branches:
- development
jobs:
lfs-warning:
name: Check size of files in commits
runs-on: ubuntu-latest
steps:
- name: Get Repo Code
id: get_repo_code
uses: actions/checkout@v2
- name: Run lfs-warning
uses: rhpds/lfs-warning@v3.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filesizelimit: '400000' # ~400KB
message: >-
Please store those files outside of git and get them in the code,
for example using the `get_url` ansible module or simply `curl`.