Skip to content

Fix link formatting in ReadMe #43

Fix link formatting in ReadMe

Fix link formatting in ReadMe #43

Workflow file for this run

name: Debian Buster CI
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run the Dockerfile
run: docker build . -f Dockerfile.buster