Skip to content

✨ Skeletonization of image using Zhang-Suen Algorithm #1

✨ Skeletonization of image using Zhang-Suen Algorithm

✨ Skeletonization of image using Zhang-Suen Algorithm #1

name: Test DevContainer Build
on:
push:
paths:
- ".devcontainer/**"
pull_request:
paths:
- ".devcontainer/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: devcontainers/[email protected]
with:
push: never
runCmd: "true"