Skip to content

Commit d93113d

Browse files
committed
syntax is hard
[ghstack-poisoned]
1 parent e1a3133 commit d93113d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
LINTRUNNER_FILES="--all-files"
112112
else
113113
LINTRUNNER_FILES="${CHANGED_FILES}"
114+
fi
114115
if ! lintrunner --force-color ${LINTRUNNER_FILES} --skip MYPY --tee-json=lint.json 2> /dev/null; then
115116
echo ""
116117
echo -e "\e[1m\e[36mYou can reproduce these results locally by using \`lintrunner --skip MYPY\`. (If you don't get the same results, run \'lintrunner init\' to update your local linter)\e[0m"

0 commit comments

Comments
 (0)