Skip to content

actions: replace linkcheck with linkspector #512

actions: replace linkcheck with linkspector

actions: replace linkcheck with linkspector #512

Workflow file for this run

name: Docker exercise
on:
- push
- pull_request
jobs:
docker-exercise:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: build docker image
working-directory: topics/docker/code/hostcontrold-solution
run: |
docker build .