mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-21 11:59:38 +00:00
10 lines
167 B
YAML
10 lines
167 B
YAML
name: TestWorkflow
|
|
on: [workflow_dispatch]
|
|
|
|
jobs:
|
|
ListFonts:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: List Fonts
|
|
run: fc-list :lang=en family | sort
|
|
|