hallee / eslint-action

✨ ESLint GitHub Action with inline lint annotations for pull requests
MIT License
119 stars 38 forks source link

evaluate workflow commands #21

Open MichaelSp opened 4 years ago

MichaelSp commented 4 years ago

According to https://help.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-a-warning-message you can just

console.log("::warning file=app.js,line=1,col=5::Missing semicolon")

to achieve the same without the need for github token...