Haskell-Things / ImplicitCAD

A math-inspired CAD program in haskell. CSG, bevels, and shells; 2D & 3D geometry; 2D gcode generation...
https://implicitcad.org/
GNU Affero General Public License v3.0
1.32k stars 140 forks source link

fix GitHub workflow badge URL #444

Closed shoito closed 10 months ago

shoito commented 10 months ago

fix GitHub workflow badge URL.

See https://github.com/badges/shields/issues/8671

You need to update your badge URL from https://img.shields.io/github/workflow/status///Run%20Tests to https://img.shields.io/github/actions/workflow/status///test.yml?branch=main

sorki commented 10 months ago

Thank you!