Skip to content
Snippets Groups Projects
Commit d7e5385b authored by Alexander Rose's avatar Alexander Rose
Browse files

add lint github action

parent 8eaac832
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment