Skip to content

Merge branch 'main' into feat/mobile-surveys-merge-main #914

Merge branch 'main' into feat/mobile-surveys-merge-main

Merge branch 'main' into feat/mobile-surveys-merge-main #914

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@v4
- name: Bootstrap
run: make bootstrap
- name: Run lints
run: make lint