current work complete

This commit is contained in:
akilan
2020-05-14 12:10:15 +04:00
parent 2fca76e753
commit b4f9978b36
751 changed files with 233459 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
name: Lint
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: npm install
run: npm install
- name: eslint
uses: icrawl/action-eslint@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
job-name: eslint