mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-01 23:50:24 +02:00
Added test manual workflow.
This commit is contained in:
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
|
||||||
|
|
Reference in New Issue
Block a user