Skip to content

Reduce complexity of FullProps type #6

Reduce complexity of FullProps type

Reduce complexity of FullProps type #6

Workflow file for this run

name: Push CI
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: Codecademy/run-on-yarn@v1
with:
command: ${{ matrix.command }}
strategy:
fail-fast: false
matrix:
command: ["eslint", "prettier", "test:ci", "tsc"]
on: push