Skip to content

Add note on icons in UnderlinePanels (#844) #3302

Add note on icons in UnderlinePanels (#844)

Add note on icons in UnderlinePanels (#844) #3302

Workflow file for this run

name: Lint
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: install
run: yarn
- name: Lint with ESLint
run: yarn lint
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: install
run: yarn
- name: Lint with markdownlint
run: yarn markdownlint