mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Added test manual workflow.
This commit is contained in:
parent
c922eb64e5
commit
557c94b177
1 changed files with 10 additions and 0 deletions
10
.github/workflows/test.yml
vendored
Normal file
10
.github/workflows/test.yml
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
name: TestWorkflow
|
||||
on: [workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
ListFonts:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: List Fonts
|
||||
run: fc-list
|
||||
|
Loading…
Reference in a new issue