Skip to content

fix: navpills alignment to center #110

fix: navpills alignment to center

fix: navpills alignment to center #110

Workflow file for this run

name: Tests
on:
pull_request:
branches: [main, develop]
push:
branches: [main, develop]
jobs:
Lint-Check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run test