Skip to content

Commit cf4ba45

Browse files
committed
workflows: add document header
This is a best practice and yamllint warns about omitting it.
1 parent ea9bd12 commit cf4ba45

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Lint
23
on:
34
push:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Release
23

34
on:

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
on: [push, pull_request]
23
name: Test
34
jobs:

0 commit comments

Comments
 (0)