Skip to content

Commit f8e7abd

Browse files
author
Andrew Ferrier
committed
style: Fixes
1 parent 0a03b68 commit f8e7abd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/unittest.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
---
12
name: Unit testing
23

34
on:
45
push:
5-
branches: [ main ]
6+
branches: [main]
67
pull_request:
7-
branches: [ main ]
8+
branches: [main]
89

910
jobs:
1011
build:

0 commit comments

Comments
 (0)