Skip to content

Revert "Update minimal app version" #88

Revert "Update minimal app version"

Revert "Update minimal app version" #88

Workflow file for this run

name: Code quality
on:
pull_request:
branches:
- master
- development
jobs:
code-quality:
name: Checks if ts and lint works
runs-on: macos-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Repository setup
uses: ./.github/workflows/repository-setup
- name: Check TypeScript
run: yarn ts
- name: Check ESLint
run: yarn lint