Skip to content

Merge pull request #4 from upstash/add-agents-md #17

Merge pull request #4 from upstash/add-agents-md

Merge pull request #4 from upstash/add-agents-md #17

Workflow file for this run

name: Check upstash skill
on:
pull_request:
push:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm run check