Skip to content

feat: convert to dk engine #445

feat: convert to dk engine

feat: convert to dk engine #445

Workflow file for this run

name: ESLint
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: Run Lint
run: |
yarn
yarn lint
env:
CI: true