Skip to content

Commit fd892d1

Browse files
test: InstalledFonts.font.ps1 ( Fixes #26 )
Adding example of action
1 parent 9e41227 commit fd892d1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Examples/InstalledFonts.font.ps1

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<#
2+
.SYNOPSIS
3+
Gets installed fonts
4+
.DESCRIPTION
5+
Gets the installed fonts
6+
.NOTES
7+
8+
#>
9+
10+
Get-Font |
11+
Select-Object Name, FamilyName |
12+
Export-Csv ./GitHubActionFonts.csv
13+

0 commit comments

Comments
 (0)