Skip to content

chore(deps-dev): bump eslint from 8.57.0 to 9.6.0 in /dev-client #3522

chore(deps-dev): bump eslint from 8.57.0 to 9.6.0 in /dev-client

chore(deps-dev): bump eslint from 8.57.0 to 9.6.0 in /dev-client #3522

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ios-build-only:
name: Build iOS app
uses: ./.github/workflows/build-shared-ios.yml

Check failure on line 15 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yml" -> "./.github/workflows/build-shared-ios.yml" : You have an error in your yaml syntax on line 39
with:
STRICT: 'false'
secrets:
MAPBOX_DOWNLOADS_TOKEN: ${{ secrets.MAPBOX_DOWNLOADS_TOKEN }}
APPLE_P12_BASE64: ${{ secrets.APPLE_P12_BASE64 }}
APPLE_MOBILE_PROVISION_BASE64: ${{ secrets.APPLE_MOBILE_PROVISION_BASE64 }}
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
android-build-only:
name: Build Android app
uses: ./.github/workflows/build-shared-android.yml
with:
STRICT: 'false'
secrets:
MAPBOX_DOWNLOADS_TOKEN: ${{ secrets.MAPBOX_DOWNLOADS_TOKEN }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}