Merge pull request #210 from b10n1k/fix_sporadic_tests #258
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Various Checks | |
# yamllint disable-line rule:truthy | |
on: [push, pull_request] | |
jobs: | |
validate-yaml: | |
runs-on: ubuntu-latest | |
container: | |
image: registry.opensuse.org/devel/openqa/containers/tumbleweed:client | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Validate yaml | |
run: |- | |
curl https://openqa.opensuse.org/schema/JobScenarios-01.yaml -O | |
openqa-validate-yaml --schema-file JobScenarios-01.yaml scenario-definitions.yaml |