Skip to content

feat: add mobile support #20

feat: add mobile support

feat: add mobile support #20

Workflow file for this run

name: ci
on:
pull_request:
branches: [ main ]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
web:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup Node.js
uses: volta-cli/[email protected]
- name: Install third party dependencies
run: npm ci
- name: Check for linting warnings and errors
run: npm run lint
- name: Run tests
run: npm run test
- name: Report Coverage
if: always()
uses: davelosert/[email protected]