Skip to content

Bump rollup from 2.37.1 to 3.29.5 #47

Bump rollup from 2.37.1 to 3.29.5

Bump rollup from 2.37.1 to 3.29.5 #47

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Lint UI
run: |
npm install
npm run prettier-check > /dev/null 2>&1 || npm run prettier && git diff