Skip to content

fix(stage-tamagotchi): bring back onboarding dialog #1247

fix(stage-tamagotchi): bring back onboarding dialog

fix(stage-tamagotchi): bring back onboarding dialog #1247

Workflow file for this run

name: autofix.ci
permissions:
contents: read
on:
pull_request:
branches: [main]
push:
branches: [crowdin]
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v6
with:
node-version: lts/*
cache: pnpm
- run: pnpm install
- run: pnpm prune && pnpm dedupe
- run: pnpm run lint:fix
- run: docker run -v `pwd`:`pwd` -w `pwd` ghcr.io/realm/swiftlint:latest --fix
working-directory: ./apps/stage-pocket
# - name: AutoCorrect
# uses: huacnlee/autocorrect-action@main
# with:
# args: --fix
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27