Merge pull request #241 from realcharmer/nginx-revert #362
This file contains hidden or 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 |