Skip to content

feat(table): add new variant and property in table component #177

feat(table): add new variant and property in table component

feat(table): add new variant and property in table component #177

Workflow file for this run

name: Pipeline
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1
with:
access_token: ${{ github.token }}
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install dependencies 🔧
run: npm ci
- name: Run eslint
run: npm run eslint
tests:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1
with:
access_token: ${{ github.token }}
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install dependencies 🔧
run: npm ci
- name: Run tests
run: npm run test