Skip to content

[TRELLO-2429] Monorepo #1

[TRELLO-2429] Monorepo

[TRELLO-2429] Monorepo #1

name: [Mobile-tools] Build, format & test workflow

Check failure on line 1 in .github/workflows/build-mobiles-tools.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-mobiles-tools.yml

Invalid workflow file

You have an error in your yaml syntax
on:
push:
paths:
- 'mobile-tools/**'
defaults:
run:
working-directory: ./mobile-tools
jobs:
# This workflow contains a single job called "greet"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be
# executed as part of the job
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.9.0
registry-url: https://registry.npmjs.org/
- run: yarn install --immutable
- run: yarn checkformat
- run: yarn build
- run: yarn test