Skip to content

New widgets: FAQs, Pricing, Media; Media removal in MediaSelector; (#… #902

New widgets: FAQs, Pricing, Media; Media removal in MediaSelector; (#…

New widgets: FAQs, Pricing, Media; Media removal in MediaSelector; (#… #902

Workflow file for this run

name: Code Quality
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '18.x'
- run: npm install -g yarn@2
- run: yarn install
- name: Linting and prettifying
run: |
yarn lint
yarn prettier
working-directory: ./