mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-17 06:08:32 +01:00
Merge pull request #906 from revarbat/revarbat_dev
Added test manual workflow.
This commit is contained in:
commit
75681dc439
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