Skip to content

Refactor: Move Platform Accounts from Member to User [CU-422ucek] #344

Refactor: Move Platform Accounts from Member to User [CU-422ucek]

Refactor: Move Platform Accounts from Member to User [CU-422ucek] #344

name: Check Linting/Formatting
on: pull_request
jobs:
lint-format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run format:check
- run: npm run lint:check