Skip to content

feat: iOS surveys use the new response question id format #1170

feat: iOS surveys use the new response question id format

feat: iOS surveys use the new response question id format #1170

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
paths-ignore:
- "**/*.md"
jobs:
lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v5
- name: Bootstrap
run: make bootstrap
- name: Run lints
run: make lint