Closed Andrelamor closed 3 years ago
Hi @Andrelamor,
I think in both cases the validation is clearly wrong because the LFS files are not resolved.
You need to add LFS support to the checkout step:
- name: Checkout repository
uses: actions/checkout@v2
with:
lfs: true # add this to download LFS files
Please let me know if it helped
Overview
Validation report is not being generated (message:
Cannot load a report
) because of two errors shown in the 'report' artifact:The repo is using git LFS, and the
yaml
file is pointing tofrictionlessdata/repository@v1
:yaml
github actions summary
report
Nevertheless, internal validation is showing results as expected. And in another repository of reproductible examples, also using git LFS, the report could be loaded:
yaml
github actions summary
report
Please preserve this line to notify @roll (lead of this repository)