Skip to content

GitHub Actions - GH TOKEN test - #17

Open
trolit wants to merge 5 commits into
mainfrom
feature/github-actions-gh-token-test
Open

GitHub Actions - GH TOKEN test#17
trolit wants to merge 5 commits into
mainfrom
feature/github-actions-gh-token-test

Conversation

@trolit

@trolit trolit commented Aug 25, 2022

Copy link
Copy Markdown
Owner

dwd

@github-actions

Copy link
Copy Markdown

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

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

Copy link
Copy Markdown

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.

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

Copy link
Copy Markdown

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.

1 participant