Skip to content

Make sure that broken internal links do not break the conversion #325

Make sure that broken internal links do not break the conversion

Make sure that broken internal links do not break the conversion #325

Workflow file for this run

name: unit.app
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Controls when the action will run.
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hpi-swa/setup-smalltalkCI@v1
id: smalltalkci
with:
smalltalk-image: Pharo64-11
- run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-image }} .smalltalk.Unit.App.ston
shell: bash
timeout-minutes: 15