Skip to content

Merge branch 'main' into ensure-scroll-to-top-on-content-change #26

Merge branch 'main' into ensure-scroll-to-top-on-content-change

Merge branch 'main' into ensure-scroll-to-top-on-content-change #26

Workflow file for this run

name: Lint Web Embeds
on:
push:
paths:
- 'web-embeds/**'
pull_request:
paths:
- 'web-embeds/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: '16'
- name: Install Dependencies
run: cd web-embeds && yarn install
- name: Run Lint
run: cd web-embeds && yarn lint