Skip to content

fix: Ensure we handle broken links appropriately #132

fix: Ensure we handle broken links appropriately

fix: Ensure we handle broken links appropriately #132

Workflow file for this run

on:
push: {}
name: Build
jobs:
build:
name: "Package"
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- run: ./build/package.sh ./ ./dist
- uses: actions/upload-artifact@v4
with:
name: package
path: dist
test:
name: Test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- run: ./tests/run.sh