Skip to content

feat: add better support for responsive #90

feat: add better support for responsive

feat: add better support for responsive #90

Workflow file for this run

name: Quality Pipeline
on:
push:
branches:
- main
- develop
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make test
lint:
name: Lint for Type
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make lint