Skip to content

feat: moving from route handler to server action #8

feat: moving from route handler to server action

feat: moving from route handler to server action #8

Workflow file for this run

name: Deployment checks
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Typecheck
run: npm run typecheck
- name: Lint
run: npm run lint