Skip to content

Implement a more robust way of removing shorts #437

Implement a more robust way of removing shorts

Implement a more robust way of removing shorts #437

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8.6.0
- uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'pnpm'
- name: Install dependencies
run: pnpm i
- name: Test
run: pnpm test