Skip to content

Conversation

@trolit
Copy link
Owner

@trolit trolit commented Aug 25, 2022

dwd

@github-actions
Copy link

Invalid flow (base: main <- head: feature/github-actions-gh-token-test)

@@ -0,0 +1,4 @@
module.exports = () => {
for (let i = 0; i < 5; i++) console.log(i);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This single-line block should be wrapped with curly braces.

@@ -0,0 +1,4 @@
module.exports = () => {
for (let i = 0; i < 5; i++) console.log(i);
return 1;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that line-break is missing before return 🤔

@trolit trolit force-pushed the main branch 3 times, most recently from 459394f to d8a500d Compare September 2, 2022 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants