Skip to content

feat: remove height limit and place footer into main #98

feat: remove height limit and place footer into main

feat: remove height limit and place footer into main #98

Workflow file for this run

name: lint
on:
push:
branches:
- main
jobs:
eslint:
runs-on: ubuntu-latest
concurrency:
group: eslint-check-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: ./.github/actions/setup-node
- name: Run Lint
run: pnpm run lint