Skip to content

feat(theme): added new styles for component Tabs #339

feat(theme): added new styles for component Tabs

feat(theme): added new styles for component Tabs #339

Workflow file for this run

name: Ci with GitHub Actions
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 20.x
cache: pnpm
- run: pnpm install
- run: pnpm run lint