diff --git a/.github/lint.yml b/.github/lint.yml new file mode 100644 index 0000000000000000000000000000000000000000..50ced85b11e2eec77482004934484f17d1f2e19a --- /dev/null +++ b/.github/lint.yml @@ -0,0 +1,12 @@ +name: Lint + +on: pull_request + +jobs: + eslint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - uses: hallee/eslint-action@master + with: + repo-token: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file