This reverts commit 9c88ad8bf66763700a11923dfbaa90d68275711f. Co-Authored-By: Burak Yigit Kaya <byk@sentry.io>
@@ -0,0 +1,21 @@
+name: javascript
+on: push
+jobs:
+ build:
+ name: eslint
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v1
+ - uses: actions/setup-node@v1
+ with:
+ node-version: '10.16.3'
+
+ - name: yarn install
+ run: yarn install --frozen-lockfile
+ - name: eslint
+ uses: getsentry/action-eslint@v1
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ job-name: eslint