Skip to content

feat: improve highlight card by adding variants #43

feat: improve highlight card by adding variants

feat: improve highlight card by adding variants #43

Workflow file for this run

name: Pull Request Lint Check
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
lint-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18.19.x'
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: yarn install
- name: Lint Check
run: yarn run lint && yarn run type-check