Skip to content

fix: Limit Custom CSS/JS Preview to 3 Lines (Closes #668) #1254

fix: Limit Custom CSS/JS Preview to 3 Lines (Closes #668)

fix: Limit Custom CSS/JS Preview to 3 Lines (Closes #668) #1254

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Run ESLint
run: npm run lint