Skip to content

Add external shortlink to MakerWorld #108

Add external shortlink to MakerWorld

Add external shortlink to MakerWorld #108

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
- run: npm ci
- run: npm run build
- run: npm test