mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2025-12-08 16:16:18 +00:00
Update test-hosted-runners.yml
This commit is contained in:
committed by
GitHub
parent
aefddd41c8
commit
b73e0a2c88
4
.github/workflows/test-hosted-runners.yml
vendored
4
.github/workflows/test-hosted-runners.yml
vendored
@@ -51,3 +51,7 @@ jobs:
|
||||
- name: Check for absence of symlinks
|
||||
run: if [ $(find artifact2 -type l | wc -l) != 0 ]; then echo "Symlinks found"; exit 1; fi
|
||||
shell: bash
|
||||
|
||||
- name: Check for absence of hidden files
|
||||
run: if [ $(find artifact2 -regex ".*/\..*" | wc -l) != 0 ]; then echo "Hidden files found"; exit 1; fi
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user