Skip to content

min-height to fix #23 #269

min-height to fix #23

min-height to fix #23 #269

Workflow file for this run

name: Check TS
on:
push:
branches: ["main"]
pull_request:
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run install
run: npm install
- name: Run check
run: npm run check