Skip to content

bugfix: swipe-user smaller lazy container #67

bugfix: swipe-user smaller lazy container

bugfix: swipe-user smaller lazy container #67

Workflow file for this run

name: continuous-integration
on: [push]
jobs:
continuous-integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: install-dependencies
run: npm ci
- name: build
run: npm run build
- name: linter
run: npm run lint