Skip to content

feat(android): add Question pull-to-refresh #7

feat(android): add Question pull-to-refresh

feat(android): add Question pull-to-refresh #7

Workflow file for this run

name: CI
on:
pull_request:
permissions:
contents: read
concurrency:
group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
validate:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Check out repository
uses: actions/checkout@v7
- name: Set up Node.js
uses: actions/setup-node@v7
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
- name: Check web application
run: npm run check -w @pi-postbox/web
- name: Build packages
run: npm run build
- name: Run packaged smoke test
run: npm run smoke