Skip to content

Commit 00f5989

Browse files
authored
Update pretty.yml
1 parent ce2d4ef commit 00f5989

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/pretty.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,6 @@ jobs:
3232
exit 1
3333
fi
3434
35-
- name: Checking if CONTRIBUTING guide exists
36-
run: |
37-
FILE=CONTRIBUTING.md
38-
if [ -f "$FILE" ]; then
39-
echo "File "$FILE" exists."
40-
exit 0
41-
else
42-
echo "File $FILE does not exist."
43-
exit 1
44-
fi
4535
4636
- name: Checking if README file exists
4737
run: |

0 commit comments

Comments
 (0)