Skip to content

feat: add command execution again#74

Merged
wagoid merged 1 commit intomasterfrom
feat/add-command-execution-again
Feb 7, 2021
Merged

feat: add command execution again#74
wagoid merged 1 commit intomasterfrom
feat/add-command-execution-again

Conversation

@wagoid
Copy link
Copy Markdown
Owner

@wagoid wagoid commented Feb 7, 2021

Related to #70

As mentioned on actions/toolkit#702 (comment),
we are safe to execute commands on our side.

This reverts commit 58072cd, reversing
changes made to 1788ebd.
@wagoid wagoid force-pushed the feat/add-command-execution-again branch from 6a0df16 to a34ac47 Compare February 7, 2021 10:21
@wagoid wagoid merged commit 51f76f1 into master Feb 7, 2021
@wagoid wagoid deleted the feat/add-command-execution-again branch February 7, 2021 10:26
Copy link
Copy Markdown
Collaborator

@jdbruijn jdbruijn left a comment

Choose a reason for hiding this comment

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

Even though it is already merged, thought I'd share this minor comment.

LGTM, just a minor comment.

const formattedResults = formatErrors(lintedCommits)

// disable workflow commands
const token = uuidv4()
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

The uuidv4 dependency can be removed from this file, also as npm package if it is not used elsewhere.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Nice catch! I see it's been even updated on #76, will merge that one. It's also about time to add eslint to this project, will add later on 😃

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