Skip to content

docs(apple): ANLSPI-23762 update app privacy about AppStore Distribution #886

docs(apple): ANLSPI-23762 update app privacy about AppStore Distribution

docs(apple): ANLSPI-23762 update app privacy about AppStore Distribution #886

Workflow file for this run

name: documentation
on:
pull_request:
branches: [master]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Test Build
run: |
if [ -e yarn.lock ]; then
yarn install --frozen-lockfile
elif [ -e package-lock.json ]; then
npm ci
else
npm i
fi
npm run build