forked from MapComplete/MapComplete
Experimenting with GH Actions
This commit is contained in:
parent
ad53768ac7
commit
52bf5d73ce
3 changed files with 8 additions and 4 deletions
2
.github/workflows/pull_request_check.yml
vendored
2
.github/workflows/pull_request_check.yml
vendored
|
@ -35,7 +35,9 @@ jobs:
|
|||
|
||||
- name: Set failure key
|
||||
run: |
|
||||
ls
|
||||
if [[ -f "layer_report.txt" || -f "missing_licenses.txt" ]]; then
|
||||
echo "Found a report..."
|
||||
echo "VALIDATION_FAILED=true" >> $GITHUB_ENV
|
||||
else
|
||||
echo "VALIDATION_FAILED=false" >> $GITHUB_ENV
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue