Skip to content

feat(os page): add tabs #19

feat(os page): add tabs

feat(os page): add tabs #19

Workflow file for this run

name: Continuos Integration
on:
push:
branches: ['main', 'dev']
jobs:
continuos_integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Using Node.jsz
uses: actions/setup-node@v2
with:
node_version: 20.x
- name: run install and build
run: |
npm install
npm run lint
npm run build