Skip to content

cheatsheet/sead: Add note about min/max #2

cheatsheet/sead: Add note about min/max

cheatsheet/sead: Add note about min/max #2

Workflow file for this run

name: pr
on: pull_request
jobs:
pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: install dependencies
run: npm install
- name: build
run: npm run build