Uh oh!
There was an error while loading. Please reload this page.
ci(github): Add eslint action - #17437
Conversation
dashed
commented
Mar 3, 2020
👀 |
evanpurkhiser
commented
Mar 3, 2020
Nice |
| run: yarn install | ||
| - name: eslint | ||
| uses: getsentry/action-eslint@v1 |
There was a problem hiding this comment.
Why do we have a custom action?
There was a problem hiding this comment.
I think we want tighter control over the actions, didn't want it from changing under us.
markstory
left a comment
There was a problem hiding this comment.
Looks good. Looking forward to not have to dig through travis for lint errors.
Uh oh!
There was an error while loading. Please reload this page.
| - uses: actions/checkout@v1 | ||
| - uses: actions/setup-node@v1 | ||
| with: | ||
| node-version: '10.x' |
There was a problem hiding this comment.
We could, how much precision do we want?
There was a problem hiding this comment.
Ideally this should match whatever we have in .nvmrc, right? Otherwise I don't really care much as long as we get the latest and it is in line with everything else :)
There was a problem hiding this comment.
Yeah, more node versions to change :(
Co-Authored-By: Burak Yigit Kaya <byk@sentry.io>
Uh oh!
There was an error while loading. Please reload this page.
This reverts commit 9c88ad8.
Reverts #15577