mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
Added test manual workflow.
This commit is contained in:
parent
c922eb64e5
commit
557c94b177
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…
x
Reference in New Issue
Block a user