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

try different lint workflow

parent a47283bf
No related branches found
No related tags found
No related merge requests found
name: Lint
on: pull_request
on:
push:
pull_request:
jobs:
eslint:
name: 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
- uses: actions/checkout@v1
- name: install node v12
uses: actions/setup-node@v1
with:
node-version: 12
- name: yarn install
run: yarn install
- name: eslint
uses: icrawl/action-eslint@v1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment