Skip to content

TW-1563 Add specifications for theming native ads #156

TW-1563 Add specifications for theming native ads

TW-1563 Add specifications for theming native ads #156

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@v4
- name: Repository setup
uses: ./.github/workflows/repository-setup
- name: Check TypeScript
run: yarn ts
- name: Check ESLint
run: yarn lint