Skip to content

feat: project section now updates every 30 seconds #41

feat: project section now updates every 30 seconds

feat: project section now updates every 30 seconds #41

Workflow file for this run

name: lint
on:
- push
- pull_request
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm run lint