Skip to content

feat: new /memo badge built on Vercel KV #457

feat: new /memo badge built on Vercel KV

feat: new /memo badge built on Vercel KV #457

Workflow file for this run

name: lint and build
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- name: npm install, build, and test
run: |
npm ci
npm run lint
npm run build --if-present
env:
CI: true