We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f649957 + b1f753c commit c8a4f48Copy full SHA for c8a4f48
5 files changed
.github/workflows/dummy.yml
@@ -1,7 +1,6 @@
1
---
2
name: stratis-cli dummy CI
3
4
-# yamllint disable-line rule:truthy
5
on:
6
push:
7
branches:
.github/workflows/main.yml
name: stratis-cli CI
.github/workflows/support.yml
name: stratis-cli CI for support code
.packit.yaml
@@ -1,6 +1,5 @@
-# yamllint disable rule:line-length
specfile_path: ../distro/stratis-cli.spec
merge_pr_in_ci: false
update_release: false
.yamllint.yaml
@@ -3,3 +3,6 @@ extends: default
rules:
line-length: disable
+ truthy:
+ ignore:
8
+ .github/workflows/*.yml
0 commit comments