Skip to content

Commit

Permalink
Merge pull request #39 from b10n1k/add_yaml_check
Browse files Browse the repository at this point in the history
Enable yaml checks in CI
  • Loading branch information
okurz authored Feb 14, 2024
2 parents b61fcad + da70f49 commit e21cf1f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/yaml-checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: yamllint
on: [push, pull_request]

jobs:
yamllint:
runs-on: ubuntu-latest
container:
image: registry.opensuse.org/devel/openqa/containers/os-autoinst_dev
steps:
- uses: actions/checkout@v4
- name: Validate yamls
run: |
yamllint --strict .
Empty file added .gitignore
Empty file.
1 change: 1 addition & 0 deletions .yamlignore
1 change: 1 addition & 0 deletions .yamllint
1 change: 1 addition & 0 deletions scenario-definitions.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
products:
example:
distri: "example"
Expand Down

0 comments on commit e21cf1f

Please sign in to comment.