Skip to content

Mobile: Enhancements (Graph Loader, Activity Filter, Remaining Currency Support, Scripts update) #965

Mobile: Enhancements (Graph Loader, Activity Filter, Remaining Currency Support, Scripts update)

Mobile: Enhancements (Graph Loader, Activity Filter, Remaining Currency Support, Scripts update) #965

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- release/*
- integration/*
pull_request:
branches:
- main
- release/*
- integration/*
jobs:
lint:
name: Lint code base
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm install --global yarn
- run: yarn install --immutable
- run: yarn ci-lint