Skip to content

feat: separate overlay & custom overlay #50

feat: separate overlay & custom overlay

feat: separate overlay & custom overlay #50

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install pnpm
run: npm install -g pnpm@latest
- name: Install modules
run: pnpm i
- name: Run lint
run: pnpm lint