Skip to content

Commit 4a9795a

Browse files
author
Andrew Ferrier
committed
style: Format
1 parent 0dc95a4 commit 4a9795a

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.github/workflows/conventional-commits.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
---
12
name: Check conventional commits
23

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

910
jobs:
1011
commit_lint:

.github/workflows/panvimdoc.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: panvimdoc
23

34
on: [push]

.github/workflows/stylua.yaml

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

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

910
jobs:
1011
stylua:

.github/workflows/unittest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
neovim_branch: ['v0.8.0', 'nightly']
15+
neovim_branch: ["v0.8.0", "nightly"]
1616
runs-on: ubuntu-latest
1717

1818
steps:

0 commit comments

Comments
 (0)