Skip to content
Snippets Groups Projects
Unverified Commit d0de9073 authored by ludovic autin's avatar ludovic autin Committed by GitHub
Browse files

Create lint.yml

parent 54c2ef7a
No related branches found
No related tags found
No related merge requests found
on:
push:
pull_request:
jobs:
eslint:
name: eslint
runs-on: ubuntu-latest
steps:
- 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
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