1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-05-09 11:29:54 +02:00
This commit is contained in:
Johnny Willemsen 2025-02-01 11:08:31 +00:00 committed by GitHub
commit c7da236801
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 33 additions and 3 deletions

View file

@ -0,0 +1,6 @@
#!/bin/bash
if [ ! -f "./main_path_test/basic-file.txt" ]; then
echo "Expected file does not exist"
exit 1
fi