mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-22 04:19:38 +00:00
11 lines
144 B
YAML
11 lines
144 B
YAML
|
name: TestWorkflow
|
||
|
on: [workflow_dispatch]
|
||
|
|
||
|
jobs:
|
||
|
ListFonts:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- name: List Fonts
|
||
|
run: fc-list
|
||
|
|