Skip to content

Commit 195c10d

Browse files
fix: lint yamls
1 parent 44fa639 commit 195c10d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/push-tag-to-extensions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Push new tagged version
3-
on:
3+
on: # yamllint disable-line rule:truthy
44
workflow_dispatch:
55
push:
66
# Pattern matched against refs/tags

.github/workflows/push-tag.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2+
# yamllint disable rule:line-length
23
name: Push tag to extension
3-
on:
4+
on: # yamllint disable-line rule:truthy
45
workflow_call:
56
inputs:
67
repository:

0 commit comments

Comments
 (0)