Skip to content

Commit fe9896b

Browse files
committed
on
1 parent 4349851 commit fe9896b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/format_fans.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Check fans format
22

3-
on:
3+
'on':
44
pull_request:
55
branches: [master]
66
paths:
@@ -23,7 +23,7 @@ jobs:
2323
git status
2424
python format_fans.py
2525
CHANGED_FILES=$(git diff --name-only)
26-
26+
2727
if echo "$CHANGED_FILES" | grep -q "index.html"; then
2828
echo "ERROR: The file 'index.html' has been modified by the formatter."
2929
echo "------ Detected Changes ------"

0 commit comments

Comments
 (0)