Skip to content

Wrap updates-for-element in an IntersectionObserver #1097

Wrap updates-for-element in an IntersectionObserver

Wrap updates-for-element in an IntersectionObserver #1097

name: Prettier-Standard
on:
pull_request:
branches:
- '*'
push:
branches:
- main
jobs:
prettier:
name: Prettier-Standard Check Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: Yarn install
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint