Skip to content

Check for both new and legacy ID types on product selection page #279

Check for both new and legacy ID types on product selection page

Check for both new and legacy ID types on product selection page #279

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
components:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./packages/components
steps:
- name: checkout code
uses: actions/checkout@v4
- name: set node version
uses: actions/setup-node@v3
- name: install dependencies
run: npm ci
- name: lint
run: npm run lint
embed:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./packages/embed
steps:
- name: checkout code
uses: actions/checkout@v4
- name: set node version
uses: actions/setup-node@v3
- name: install dependencies
run: npm ci
- name: lint html
run: npm run lint:html