Skip to content

Merge pull request #60 from SkyLightQP/main #6

Merge pull request #60 from SkyLightQP/main

Merge pull request #60 from SkyLightQP/main #6

Workflow file for this run

name: lint
on:
workflow_dispatch:
push:
branches:
- release
jobs:
check-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout the source code.
uses: actions/checkout@master
- name: Install dependencies
run: yarn install
- name: Run eslint
run: yarn run lint